mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
update recording dialogs
This commit is contained in:
parent
fbc040dc9c
commit
90d30a0229
73 changed files with 1986 additions and 713 deletions
|
@ -2,9 +2,13 @@
|
|||
width: 100%;
|
||||
}
|
||||
|
||||
.autoorganizetable > .table > tbody > tr > td {
|
||||
padding: 0.4em;
|
||||
}
|
||||
.autoorganizetable th {
|
||||
padding: 0.4em;
|
||||
}
|
||||
|
||||
.autoorganizetable > .table > tbody > tr > td {
|
||||
padding: 0.4em;
|
||||
}
|
||||
|
||||
.autoorganizetable .fileCell {
|
||||
word-wrap: break-word;
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
}
|
||||
|
||||
.background-theme-b .backgroundContainer, .dialog.background-theme-b {
|
||||
background-color: #161616;
|
||||
background-color: #121314;
|
||||
}
|
||||
|
||||
.background-theme-b .backgroundContainer.withBackdrop {
|
||||
|
@ -89,7 +89,7 @@
|
|||
}
|
||||
|
||||
.homePageSection + .homePageSection {
|
||||
margin-top: 25px;
|
||||
margin-top: 30px;
|
||||
}
|
||||
|
||||
.sectionHeaderButton {
|
||||
|
@ -124,17 +124,24 @@
|
|||
}
|
||||
}
|
||||
|
||||
@media all and (min-width: 600px) {
|
||||
.homePageSection h1 {
|
||||
padding-left: 2vw;
|
||||
}
|
||||
|
||||
.ehsContent:not(.fullWidth), .ehsContent .pageTabContent {
|
||||
width: 98%;
|
||||
}
|
||||
.homePageSection .itemsContainer {
|
||||
padding-left: 1vw;
|
||||
padding-right: 1vw;
|
||||
}
|
||||
|
||||
@media all and (min-width: 1200px) {
|
||||
|
||||
.ehsContent:not(.fullWidth), .ehsContent .pageTabContent {
|
||||
width: 96%;
|
||||
.homePageSection h1 {
|
||||
padding-left: 2.2vw;
|
||||
}
|
||||
|
||||
.homePageSection .itemsContainer {
|
||||
padding-left: 2vw;
|
||||
padding-right: 2vw;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue