feat: show next condition even when popped

This commit is contained in:
insects 2025-03-13 12:00:06 +01:00
parent 81447490c9
commit 0581c53454
3 changed files with 40 additions and 19 deletions

View file

@ -57,7 +57,7 @@ main {
#nm-list section {
margin-bottom: 5px;
display: grid;
grid-template-columns: .05fr 1fr 1fr .3fr;
grid-template-columns: .05fr 1fr 1.5fr .3fr;
align-items: center;
padding-left: 10px;
background-color: #3D9970;
@ -176,7 +176,7 @@ section .meta {
}
.progress-container {
width: 50%;
width: 87%;
display: inline-block;
background-color: tomato;
height: 10px;
@ -323,3 +323,16 @@ summary:hover {
a:has(button) {
text-decoration: none;
}
.condition {
display: grid;
grid-template-columns: 2fr 1fr;
gap: 5px;
}
.pop-timer .timer {
display: flex;
align-items: center;
justify-content: space-between;
gap: 5px;
}