mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
update shared components
This commit is contained in:
parent
da25a9cc2a
commit
866ecf78b4
16 changed files with 65 additions and 49 deletions
|
@ -78,7 +78,7 @@ paper-input + .fieldDescription {
|
|||
|
||||
.dashboardDocument .mainDrawer {
|
||||
z-index: 998 !important;
|
||||
top: 65px !important;
|
||||
top: 58px !important;
|
||||
left: 0 !important;
|
||||
transform: none !important;
|
||||
}
|
||||
|
|
|
@ -220,22 +220,26 @@
|
|||
align-items: center;
|
||||
}
|
||||
|
||||
.dashboardDocument .viewMenuBar {
|
||||
background-color: #333;
|
||||
height: auto;
|
||||
.dashboardDocument {
|
||||
font-size: 13px;
|
||||
}
|
||||
|
||||
.dashboardDocument .viewMenuBar .primaryIcons {
|
||||
padding: .7em 0;
|
||||
.dashboardDocument .viewMenuBar {
|
||||
background-color: #333;
|
||||
height: auto;
|
||||
}
|
||||
|
||||
.dashboardDocument.withTallToolbar .primaryIcons {
|
||||
padding-bottom: 0;
|
||||
}
|
||||
.dashboardDocument .viewMenuBar .primaryIcons {
|
||||
padding: .7em 0;
|
||||
}
|
||||
|
||||
.dashboardDocument .viewMenuBar #selectionBar {
|
||||
height: 3px;
|
||||
}
|
||||
.dashboardDocument.withTallToolbar .primaryIcons {
|
||||
padding-bottom: 0;
|
||||
}
|
||||
|
||||
.dashboardDocument .viewMenuBar #selectionBar {
|
||||
height: 3px;
|
||||
}
|
||||
|
||||
.viewMenuBarTabs {
|
||||
width: 100%;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue