mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
fix folder caching
This commit is contained in:
parent
16e66718f9
commit
e5b6336256
1 changed files with 4 additions and 4 deletions
|
@ -1,11 +1,11 @@
|
|||
@media all and (min-width: 300px) {
|
||||
|
||||
.libraryViewNav, .libraryViewNav > .contentScrollSlider {
|
||||
.libraryViewNav, .emby-tabs-slider {
|
||||
display: flex;
|
||||
flex-grow: 1;
|
||||
}
|
||||
|
||||
.libraryViewNav .emby-tab-button {
|
||||
flex-grow: 1;
|
||||
}
|
||||
.emby-tab-button {
|
||||
flex-grow: 1;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue