This commit is contained in:
Iohan R. Trézze 2026-06-05 11:34:06 +02:00 committed by GitHub
commit d1e4aa4533
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
7 changed files with 70 additions and 19 deletions

View file

@ -201,6 +201,23 @@
}
}
.currency-rows {
display: grid;
grid-template-columns: auto 1fr 1fr auto;
gap: 4px;
align-items: center;
width: 100%;
.currency-header-label {
text-align: center;
font-size: var(--font-size-14);
}
input[type='checkbox'] {
justify-self: center;
}
}
.settings-hint {
width: 100%;
display: flex;