We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b920c31 commit b980819Copy full SHA for b980819
client/styles/components/_preferences.scss
@@ -2,7 +2,7 @@
2
3
.preferences {
4
width: 100%;
5
- width: #{math.div(640, $base-font-size)}rem;
+ width: #{math.div(720, $base-font-size)}rem;
6
max-width: 100%;
7
max-height: 100%;
8
z-index: 9999;
@@ -21,7 +21,7 @@
21
}
22
23
@media (min-width: 770px) {
24
- max-height: #{math.div(460, $base-font-size)}rem;
+ max-height: #{math.div(520, $base-font-size)}rem;
25
26
27
@@ -204,6 +204,7 @@ input[type="number"]::-webkit-outer-spin-button {
204
font-weight: bold;
205
206
207
+.preference__radio-button:focus + .preference__option,
208
.preference__radio-button:focus-visible + .preference__option {
209
outline: 2px solid $dodgerblue;
210
outline-offset: 2px;
0 commit comments