[media UI] Fixed alignment of the controls right handle.

This commit is contained in:
Fabio Manganiello 2023-11-06 02:25:54 +01:00
parent 27da2becd7
commit 2caa171c6d
Signed by untrusted user: blacklight
GPG key ID: D90FBA7F76362774

View file

@ -342,7 +342,7 @@ button {
display: flex;
flex-direction: column;
flex: 1;
align-items: end;
align-items: flex-end;
button {
padding: 0.5em;