mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
Correct the reverted changes that should be kept
This commit is contained in:
parent
b9b3cc7c2e
commit
5fb98e950b
15 changed files with 56 additions and 91 deletions
|
@ -83,7 +83,8 @@ button {
|
|||
/* These both are needed in case cardBox is a button */
|
||||
-webkit-tap-highlight-color: rgba(0,0,0,0);
|
||||
outline: none !important;
|
||||
contain: layout style;
|
||||
contain: layout;
|
||||
contain: style;
|
||||
}
|
||||
|
||||
.card.show-focus:not(.show-animation) .cardBox {
|
||||
|
|
|
@ -53,6 +53,7 @@
|
|||
|
||||
.nowPlayingInfoControls,
|
||||
.nowPlayingTime {
|
||||
display: flex;
|
||||
display: -webkit-box;
|
||||
display: -webkit-flex
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue