mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-14 02:37:08 -07:00
Removed season menu in favour of minimizing seasons
This commit is contained in:
parent
f00c0f0cca
commit
4bcd5ce5c6
10 changed files with 91 additions and 178 deletions
|
@ -12,7 +12,7 @@
|
|||
@import "../Shared/Styles/clickable";
|
||||
@import "../Shared/Styles/card";
|
||||
|
||||
.progress {
|
||||
.progress.episode-progress {
|
||||
width : 125px;
|
||||
position : relative;
|
||||
margin-bottom : 2px;
|
||||
|
@ -21,6 +21,7 @@
|
|||
font-size : 11.844px;
|
||||
font-weight : bold;
|
||||
text-align : center;
|
||||
cursor : default;
|
||||
}
|
||||
|
||||
.progressbar-back-text {
|
||||
|
@ -33,6 +34,7 @@
|
|||
display : block;
|
||||
width : 125px;
|
||||
}
|
||||
|
||||
.bar {
|
||||
position : absolute;
|
||||
overflow : hidden;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue