mirror of
https://github.com/jellyfin/jellyfin-web.git
synced 2024-11-17 02:48:19 -07:00
Fix alignment of dialog button on Chrome
This commit is contained in:
parent
88706e794a
commit
3577bcc52b
@ -55,7 +55,7 @@
|
||||
/* Without this emby-checkbox is able to appear on top */
|
||||
z-index: 1;
|
||||
align-items: flex-end;
|
||||
justify-content: end;
|
||||
justify-content: flex-end;
|
||||
flex-wrap: wrap;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user