mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
strip out jqm panel
This commit is contained in:
parent
1fcfbcab7e
commit
0e6672699e
26 changed files with 785 additions and 788 deletions
|
@ -492,9 +492,9 @@ select {
|
|||
background: #373737;
|
||||
}
|
||||
|
||||
.ui-page-theme-b select option {
|
||||
color: #fff;
|
||||
}
|
||||
.ui-page-theme-b select option {
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
.smoothScrollX {
|
||||
overflow-x: scroll;
|
||||
|
@ -572,7 +572,7 @@ select {
|
|||
}
|
||||
|
||||
.largePanel {
|
||||
width: 270px;
|
||||
width: 270px !important;
|
||||
}
|
||||
|
||||
/* Make panels larger */
|
||||
|
@ -587,7 +587,7 @@ select {
|
|||
@media all and (min-width: 340px) {
|
||||
|
||||
.largePanel {
|
||||
width: 300px;
|
||||
width: 300px !important;
|
||||
}
|
||||
|
||||
/* Make panels larger */
|
||||
|
@ -786,9 +786,9 @@ paper-input + .fieldDescription {
|
|||
background-color: #f5f5f5;
|
||||
}
|
||||
|
||||
.ui-page-theme-a .content-secondary {
|
||||
background: #fff;
|
||||
}
|
||||
.ui-page-theme-a .content-secondary {
|
||||
background: #fff;
|
||||
}
|
||||
|
||||
.sidebarLinks {
|
||||
margin-top: 1.5em;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue