mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
Fix comment-whitespace-inside (CSS)
This commit is contained in:
parent
58c9f71a7d
commit
8a272313cf
3 changed files with 7 additions and 7 deletions
|
@ -263,7 +263,7 @@
|
|||
position: relative;
|
||||
flex-grow: 1;
|
||||
contain: layout style paint;
|
||||
/*transition: transform 60ms ease-out;*/
|
||||
/* transition: transform 60ms ease-out; */
|
||||
}
|
||||
|
||||
.guide-programNameCaret {
|
||||
|
|
|
@ -5,8 +5,8 @@
|
|||
right: 0;
|
||||
bottom: 0;
|
||||
contain: layout style size;
|
||||
/* Can't use will-change because it causes the alpha picker to move when the page scrolls*/
|
||||
/*will-change: transform;*/
|
||||
/* Can't use will-change because it causes the alpha picker to move when the page scrolls */
|
||||
/* will-change: transform; */
|
||||
}
|
||||
|
||||
@keyframes view-fadeout {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue