mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
Fix alignment of dialog button on Chrome
This commit is contained in:
parent
88706e794a
commit
3577bcc52b
1 changed files with 1 additions and 1 deletions
|
@ -55,7 +55,7 @@
|
||||||
/* Without this emby-checkbox is able to appear on top */
|
/* Without this emby-checkbox is able to appear on top */
|
||||||
z-index: 1;
|
z-index: 1;
|
||||||
align-items: flex-end;
|
align-items: flex-end;
|
||||||
justify-content: end;
|
justify-content: flex-end;
|
||||||
flex-wrap: wrap;
|
flex-wrap: wrap;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue