Simplify mobile text label editor

This commit is contained in:
Mikei386
2026-06-22 13:59:11 +02:00
parent e4a7679bc7
commit e880260aa5
4 changed files with 30 additions and 58 deletions
+3 -3
View File
@@ -114,13 +114,13 @@ button.primary {
gap: 8px;
}
.check-row {
.toggle-row {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 10px;
}
.check-row label {
.toggle-row label {
display: flex;
align-items: center;
gap: 9px;
@@ -131,7 +131,7 @@ button.primary {
background: #303030;
}
.check-row input {
.toggle-row input {
width: 20px;
min-height: 20px;
}