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;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
flex: 1;
|
flex: 1;
|
||||||
align-items: end;
|
align-items: flex-end;
|
||||||
|
|
||||||
button {
|
button {
|
||||||
padding: 0.5em;
|
padding: 0.5em;
|
||||||
|
|
Loading…
Reference in a new issue