Browse Source

Toggle options are larger now

tags/v0.7.0
Fen Dweller 7 years ago
parent
commit
d5c1d08ce3
1 changed files with 2 additions and 1 deletions
  1. +2
    -1
      style.css

+ 2
- 1
style.css View File

@@ -307,7 +307,8 @@ body.dark input[type="checkbox"]:checked+
.flex-outer input[type="radio"] + label:not(.custom-header),
.flex-outer input[type="checkbox"] + label:not(.custom-header) {
user-select: none;
flex: 1 0 300px;
flex: 1 0 400px;
font-size: 24px;
}

body.dark .flex-outer input[type="radio"] + label:not(.custom-header),


Loading…
Cancel
Save