mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
enable additional css containment
This commit is contained in:
parent
ee96fa577b
commit
e6d3222572
11 changed files with 32 additions and 70 deletions
|
@ -148,6 +148,7 @@
|
|||
text-decoration: none;
|
||||
/* Needed in firefox */
|
||||
text-align: left;
|
||||
contain: strict;
|
||||
}
|
||||
|
||||
@media all and (min-width: 500px) {
|
||||
|
@ -300,6 +301,7 @@
|
|||
align-items: center;
|
||||
/* Needed for Firefox */
|
||||
text-align: left;
|
||||
contain: strict;
|
||||
}
|
||||
|
||||
.timeslotCellInner {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue