Skip to content

Commit

Permalink
moved new library fix to the correct file
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielHalevi committed Jul 11, 2023
1 parent 6c812cd commit a260eb2
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 31 deletions.
31 changes: 0 additions & 31 deletions latest/JellyTheme-Cleaner.css
Original file line number Diff line number Diff line change
Expand Up @@ -2228,37 +2228,6 @@
.layout-mobile .headerCastButton {
display:block!important
}

@media (max-width: 300px) {
.layout-mobile .tabs-viewmenubar {
padding: 0em 0 0 21em !important;
}
}
@media (min-width: 301px) and (max-width: 350px) {
.layout-mobile .tabs-viewmenubar {
padding: 0em 0 0 19em !important;
}
}
@media (min-width: 351px) and (max-width: 400px) {
.layout-mobile .tabs-viewmenubar {
padding: 0em 0 0 16em !important;
}
}
@media (min-width: 401px) and (max-width: 450px) {
.layout-mobile .tabs-viewmenubar {
padding: 0em 0 0 14em !important;
}
}
@media (min-width: 451px) and (max-width: 500px) {
.layout-mobile .tabs-viewmenubar {
padding: 0em 0 0 10em !important;
}
}
@media (min-width: 501px) and (max-width: 550px) {
.layout-mobile .tabs-viewmenubar {
padding: 0em 0 0 7em !important;
}
}

.headerTabs.sectionTabs {
font-size:100%!important
Expand Down
31 changes: 31 additions & 0 deletions latest/New-Libraries.css
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,37 @@
justify-content: center;
}

@media (max-width: 300px) {
.layout-mobile .tabs-viewmenubar {
padding: 0em 0 0 21em !important;
}
}
@media (min-width: 301px) and (max-width: 350px) {
.layout-mobile .tabs-viewmenubar {
padding: 0em 0 0 19em !important;
}
}
@media (min-width: 351px) and (max-width: 400px) {
.layout-mobile .tabs-viewmenubar {
padding: 0em 0 0 16em !important;
}
}
@media (min-width: 401px) and (max-width: 450px) {
.layout-mobile .tabs-viewmenubar {
padding: 0em 0 0 14em !important;
}
}
@media (min-width: 451px) and (max-width: 500px) {
.layout-mobile .tabs-viewmenubar {
padding: 0em 0 0 10em !important;
}
}
@media (min-width: 501px) and (max-width: 550px) {
.layout-mobile .tabs-viewmenubar {
padding: 0em 0 0 7em !important;
}
}

.homeLibraryText {
color: #888;
}
Expand Down

0 comments on commit a260eb2

Please sign in to comment.