mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
update music card styles
This commit is contained in:
parent
e75bd326d3
commit
bda0f89c4d
5 changed files with 11 additions and 22 deletions
|
@ -1,9 +1,9 @@
|
|||
.libraryPage {
|
||||
padding-top: 50px !important;
|
||||
padding-top: 49px !important;
|
||||
}
|
||||
|
||||
.libraryPage:not(.metadataEditorPage):not(.noSecondaryNavPage) {
|
||||
padding-top: 99px !important;
|
||||
padding-top: 98px !important;
|
||||
}
|
||||
|
||||
.libraryMenuDivider {
|
||||
|
@ -121,7 +121,7 @@
|
|||
}
|
||||
|
||||
.libraryViewNav {
|
||||
height: 49px;
|
||||
height: 48px;
|
||||
overflow: hidden;
|
||||
position: fixed;
|
||||
right: 0;
|
||||
|
@ -226,7 +226,7 @@
|
|||
margin: 0 0;
|
||||
position: relative;
|
||||
font-weight: normal;
|
||||
border-bottom: 5px solid transparent;
|
||||
border-bottom: 4px solid transparent;
|
||||
}
|
||||
|
||||
.libraryViewNav a:not(.ui-btn-active):hover {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue