Add optional pain tracking and fix reminder delivery
This commit is contained in:
@@ -1301,6 +1301,17 @@ input[type="range"] {
|
||||
gap: 0.7rem;
|
||||
}
|
||||
|
||||
.checkbox-row span {
|
||||
display: grid;
|
||||
gap: 0.15rem;
|
||||
}
|
||||
|
||||
.checkbox-row small {
|
||||
color: var(--muted);
|
||||
font-size: 0.86rem;
|
||||
line-height: 1.45;
|
||||
}
|
||||
|
||||
.checkbox-row--panel {
|
||||
padding: 0.95rem 1rem;
|
||||
border-radius: 18px;
|
||||
@@ -1309,6 +1320,12 @@ input[type="range"] {
|
||||
min-height: 100%;
|
||||
}
|
||||
|
||||
.checkbox-row--tall {
|
||||
align-items: flex-start;
|
||||
padding-top: 1.05rem;
|
||||
padding-bottom: 1.05rem;
|
||||
}
|
||||
|
||||
.checkbox-row input {
|
||||
width: auto;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user