Simplify mobile text label editor
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user