theme: Make sure progress in entries is visible
Give the trough a min height, so it doesn't shrink to nothing. Fixes: #6201
This commit is contained in:
@@ -402,7 +402,11 @@ entry {
|
||||
margin-bottom: 2px;
|
||||
}
|
||||
|
||||
progress > trough > progress {
|
||||
> progress > trough {
|
||||
min-height: 2px;
|
||||
}
|
||||
|
||||
> progress > trough > progress {
|
||||
background-color: transparent;
|
||||
background-image: none;
|
||||
border-radius: 0;
|
||||
@@ -410,7 +414,6 @@ entry {
|
||||
border-color: $selected_bg_color;
|
||||
border-style: solid;
|
||||
box-shadow: none;
|
||||
|
||||
}
|
||||
|
||||
// linked entries
|
||||
|
||||
Reference in New Issue
Block a user