mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-26 22:46:37 -04:00
New: show number of items in queue over history icon
This commit is contained in:
@@ -117,11 +117,13 @@
|
||||
}
|
||||
}
|
||||
|
||||
.health {
|
||||
.navbar-info {
|
||||
.label {
|
||||
position : absolute;
|
||||
top : 10px;
|
||||
right : 10px;
|
||||
position : absolute;
|
||||
top : 10px;
|
||||
right : 10px;
|
||||
padding-left : 4px;
|
||||
padding-right : 4px;
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -141,7 +143,7 @@
|
||||
background-color: transparent;
|
||||
}
|
||||
|
||||
.health {
|
||||
.navbar-info {
|
||||
margin-left: 5px;
|
||||
|
||||
.label {
|
||||
|
||||
@@ -3,6 +3,7 @@
|
||||
@nzbdronePurple : #7932ea;
|
||||
@nzbdronePink : #F43565;
|
||||
@droneTeal : #35c5f4;
|
||||
@brand-info : @droneTeal;
|
||||
|
||||
@screen-tn-max: @screen-xs-min - 1;
|
||||
@tn: ~'(max-width: @{screen-tn-max})';
|
||||
|
||||
Reference in New Issue
Block a user