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:
Matthias Clasen
2024-03-22 09:34:11 -04:00
parent 85a650afce
commit 1d4c664bfa

View File

@@ -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