[`media` UI] Fixed alignment of the controls right handle.
continuous-integration/drone/push Build is failing Details

This commit is contained in:
Fabio Manganiello 2023-11-06 02:25:54 +01:00
parent 27da2becd7
commit 2caa171c6d
Signed by: blacklight
GPG Key ID: D90FBA7F76362774
1 changed files with 1 additions and 1 deletions

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;