forked from platypush/platypush
[media
UI] Fixed alignment of the controls right handle.
This commit is contained in:
parent
27da2becd7
commit
2caa171c6d
1 changed files with 1 additions and 1 deletions
|
@ -342,7 +342,7 @@ button {
|
|||
display: flex;
|
||||
flex-direction: column;
|
||||
flex: 1;
|
||||
align-items: end;
|
||||
align-items: flex-end;
|
||||
|
||||
button {
|
||||
padding: 0.5em;
|
||||
|
|
Loading…
Reference in a new issue