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
bdfd870584
commit
141344eead
60 changed files with 546 additions and 211 deletions
|
@ -124,6 +124,17 @@
|
|||
}
|
||||
}
|
||||
|
||||
.ehsContent:not(.fullWidth), .ehsContent .pageTabContent {
|
||||
width: 98%;
|
||||
}
|
||||
|
||||
@media all and (min-width: 1200px) {
|
||||
|
||||
.ehsContent:not(.fullWidth), .ehsContent .pageTabContent {
|
||||
width: 96%;
|
||||
}
|
||||
}
|
||||
|
||||
.homePageSection h1 {
|
||||
padding-left: 2vw;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue