improve design

This commit is contained in:
isUnknown 2024-11-26 13:21:42 +01:00
parent 26047fb0e1
commit 266765fa75
26 changed files with 99 additions and 180 deletions

View file

@ -84,11 +84,12 @@ body {
/* ================= BUTTONS ================= */
.toggle-btn--left::after,
.plus-btn::after {
button.plus::after {
margin-left: var(--unit--horizontal);
}
.toggle-btn--left::after,
.plus-btn::after {
button.plus::after {
content: "+";
}
.toggle-btn--left.open::after {