mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-20 21:54:25 -04:00
New: Mass series editor
This commit is contained in:
@@ -69,6 +69,12 @@
|
||||
color : white;
|
||||
}
|
||||
|
||||
.control-panel-visible {
|
||||
#scroll-up {
|
||||
bottom: 100px;
|
||||
}
|
||||
}
|
||||
|
||||
.label-large {
|
||||
padding : 4px 6px;
|
||||
font-size : 16px;
|
||||
@@ -104,7 +110,7 @@ body {
|
||||
}
|
||||
}
|
||||
|
||||
footer {
|
||||
.footer {
|
||||
font-size : 13px;
|
||||
font-weight : lighter;
|
||||
padding-top : 0px;
|
||||
@@ -192,4 +198,19 @@ footer {
|
||||
|
||||
.file-path {
|
||||
.mono-space();
|
||||
}
|
||||
|
||||
.control-panel {
|
||||
.card(#333333);
|
||||
|
||||
color: #f5f5f5;
|
||||
background-color: #333333;
|
||||
margin: 0px;
|
||||
margin-bottom: -100px;
|
||||
position: fixed;
|
||||
left: 0;
|
||||
bottom: 0;
|
||||
width: 100%;
|
||||
height: 55px;
|
||||
opacity: 0;
|
||||
}
|
||||
Reference in New Issue
Block a user