fixes #1958 - Title does not reset on home browse (Web Interface)
This commit is contained in:
parent
96a169fb05
commit
2737d1f9f9
39 changed files with 97 additions and 139 deletions
|
@ -1,4 +1,8 @@
|
|||
@media all and (min-width: 300px) {
|
||||
.libraryMenuButtonText {
|
||||
font-weight: 500 !important;
|
||||
}
|
||||
|
||||
@media all and (min-width: 300px) {
|
||||
|
||||
.libraryViewNav, .emby-tabs-slider {
|
||||
display: flex;
|
||||
|
|
|
@ -72,6 +72,10 @@ h1, h1 a {
|
|||
font-weight: 400 !important;
|
||||
}
|
||||
|
||||
.libraryMenuButtonText {
|
||||
font-weight: 500 !important;
|
||||
}
|
||||
|
||||
.btnNotificationsInner {
|
||||
font-weight: 400;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue