mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
add help text
This commit is contained in:
parent
e6aeced26f
commit
c96edef27f
4 changed files with 46 additions and 26 deletions
|
@ -458,10 +458,13 @@ body:not(.dashboardDocument) .btnNotifications {
|
|||
.adminDrawerPanel #drawer .emby-collapsible-title {
|
||||
font-size: inherit;
|
||||
text-transform: none;
|
||||
color: #333;
|
||||
margin: .7em 0;
|
||||
}
|
||||
|
||||
.adminDrawerPanel #drawer #expandButton {
|
||||
color: #333;
|
||||
}
|
||||
|
||||
.adminDrawerLogo {
|
||||
padding: 1.5em 1em 1.2em;
|
||||
border-bottom: 1px solid #e0e0e0;
|
||||
|
@ -477,9 +480,12 @@ body:not(.dashboardDocument) .btnNotifications {
|
|||
height: 30px;
|
||||
}
|
||||
|
||||
.adminDrawerPanel #drawer #titleIcon {
|
||||
color: #666;
|
||||
height: 20px;
|
||||
.adminDrawerPanel #drawer #expandIcon {
|
||||
color: #000;
|
||||
}
|
||||
|
||||
.adminDrawerPanel #drawer emby-collapsible > .style-scope {
|
||||
margin: .7em 0;
|
||||
}
|
||||
|
||||
.adminDrawerPanel:not([narrow]) .libraryMenuButtonText {
|
||||
|
@ -517,22 +523,22 @@ body:not(.dashboardDocument) .btnNotifications {
|
|||
padding-top: 1em !important;
|
||||
}
|
||||
|
||||
.adminAppsButton{
|
||||
display: block;
|
||||
color: inherit!important;
|
||||
font-weight: normal!important;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.adminAppsButton{
|
||||
width: 5.3vw;
|
||||
}
|
||||
|
||||
.adminAppsButton + .adminAppsButton {
|
||||
margin-left: 1.5em;
|
||||
.adminAppsButton {
|
||||
display: block;
|
||||
color: inherit !important;
|
||||
font-weight: normal !important;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.adminAppsButton paper-icon-button{
|
||||
width: 4.5vh;
|
||||
height: 4.5vh;
|
||||
.adminAppsButton {
|
||||
width: 5.3vw;
|
||||
}
|
||||
|
||||
.adminAppsButton + .adminAppsButton {
|
||||
margin-left: 1.5em;
|
||||
}
|
||||
|
||||
.adminAppsButton paper-icon-button {
|
||||
width: 4.5vh;
|
||||
height: 4.5vh;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue