mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
update components
This commit is contained in:
parent
8f42677b0c
commit
5b72e1c91b
7 changed files with 90 additions and 129 deletions
|
@ -406,11 +406,7 @@ span.itemCommunityRating:not(:empty) + .userDataIcons {
|
|||
margin-bottom: .5em;
|
||||
}
|
||||
|
||||
.detailButtonsContainer {
|
||||
font-size: 90%;
|
||||
}
|
||||
|
||||
[is="emby-button"].detailFloatingButton {
|
||||
.emby-button.detailFloatingButton {
|
||||
width: 56px !important;
|
||||
height: 56px !important;
|
||||
top: -28px;
|
||||
|
@ -419,7 +415,7 @@ span.itemCommunityRating:not(:empty) + .userDataIcons {
|
|||
background-color: #52B54B !important;
|
||||
}
|
||||
|
||||
[is="emby-button"].btnFloatingRecord {
|
||||
.emby-button.btnFloatingRecord {
|
||||
background-color: #cc3333 !important;
|
||||
}
|
||||
|
||||
|
@ -530,15 +526,6 @@ span.itemCommunityRating:not(:empty) + .userDataIcons {
|
|||
margin-top: 0;
|
||||
}
|
||||
|
||||
.detailPageCollabsible .ui-collapsible-heading a {
|
||||
background-color: #141414 !important;
|
||||
font-size: 16px;
|
||||
font-weight: 400 !important;
|
||||
border-radius: 4px;
|
||||
padding-top: .75em;
|
||||
padding-bottom: .75em;
|
||||
}
|
||||
|
||||
.detailSection h1 {
|
||||
margin-bottom: .25em;
|
||||
position: relative;
|
||||
|
@ -556,11 +543,6 @@ span.itemCommunityRating:not(:empty) + .userDataIcons {
|
|||
position: relative;
|
||||
}
|
||||
|
||||
.detailSectionHeader, .detailSectionHeader h3 {
|
||||
font-size: 17px;
|
||||
font-weight: 400;
|
||||
}
|
||||
|
||||
.ui-body-a .detailSectionHeader {
|
||||
border: 1px solid #ddd;
|
||||
border-width: 0 0 1px 0;
|
||||
|
@ -573,6 +555,7 @@ span.itemCommunityRating:not(:empty) + .userDataIcons {
|
|||
|
||||
.detailSectionHeader, .detailSectionHeader h3 {
|
||||
font-size: 20px;
|
||||
font-weight: 400;
|
||||
}
|
||||
|
||||
.detailSectionHeader button {
|
||||
|
@ -808,7 +791,6 @@ span.itemCommunityRating:not(:empty) + .userDataIcons {
|
|||
display: block;
|
||||
color: #fff;
|
||||
margin-bottom: 1em;
|
||||
font-size: 120%;
|
||||
}
|
||||
|
||||
.mediaInfoAttribute {
|
||||
|
|
|
@ -7,13 +7,13 @@
|
|||
contain: layout style;
|
||||
}
|
||||
|
||||
[is="emby-button"].fab iron-icon {
|
||||
.emby-button.fab iron-icon {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
vertical-align: middle;
|
||||
}
|
||||
|
||||
[is="emby-button"] iron-icon + span {
|
||||
.emby-button iron-icon + span {
|
||||
margin-left: .5em;
|
||||
}
|
||||
.paper-icon-button-light > iron-icon {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue