Made it so you enable each currency denomination separately incase you don't want to have all 4 shown.

This commit is contained in:
WBHarry 2025-11-16 15:30:47 +01:00
parent 481ce46edf
commit 023e17d47d
10 changed files with 129 additions and 94 deletions

View file

@ -27,6 +27,21 @@
}
}
.toggleable-row {
width: 100%;
display: flex;
align-items: center;
gap: 4px;
&.spaced {
padding-right: 28.5px;
}
.form-group {
flex: 1;
}
}
.setting-group-field {
white-space: nowrap;
display: flex;