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 9d10792 commit 076573eCopy full SHA for 076573e
src/style.css
@@ -545,6 +545,8 @@ input::placeholder {
545
gap: 5px;
546
}
547
.circular-checkbox {
548
+ display: flex;
549
+ flex-shrink: 0;
550
width: 20px;
551
height: 20px;
552
border-radius: 50%;
@@ -1334,8 +1336,6 @@ a {
1334
1336
@media screen and (max-width: 768px) {
1335
1337
.input-range-container {
1338
display: flex;
- flex-direction: row;
- gap: 10px;
1339
padding: 5px;
1340
1341
.track-input,
0 commit comments