Skip to content

Commit b980819

Browse files
committed
Resized the component and fixed color mismatch
1 parent b920c31 commit b980819

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

client/styles/components/_preferences.scss

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
.preferences {
44
width: 100%;
5-
width: #{math.div(640, $base-font-size)}rem;
5+
width: #{math.div(720, $base-font-size)}rem;
66
max-width: 100%;
77
max-height: 100%;
88
z-index: 9999;
@@ -21,7 +21,7 @@
2121
}
2222

2323
@media (min-width: 770px) {
24-
max-height: #{math.div(460, $base-font-size)}rem;
24+
max-height: #{math.div(520, $base-font-size)}rem;
2525
}
2626
}
2727

@@ -204,6 +204,7 @@ input[type="number"]::-webkit-outer-spin-button {
204204
font-weight: bold;
205205
}
206206
}
207+
.preference__radio-button:focus + .preference__option,
207208
.preference__radio-button:focus-visible + .preference__option {
208209
outline: 2px solid $dodgerblue;
209210
outline-offset: 2px;

0 commit comments

Comments
 (0)