Adjust checkbox text alignment

This commit is contained in:
Cohee 2023-11-08 17:56:22 +02:00
parent 738c1d82c4
commit 3632a01e36
1 changed files with 2 additions and 2 deletions

View File

@ -2539,7 +2539,7 @@ input[type="range"]::-webkit-slider-thumb {
display: flex;
flex-direction: row;
column-gap: 5px;
align-items: center;
align-items: baseline;
}
.auto_continue_settings_block {
@ -3722,4 +3722,4 @@ a {
height: 100vh;
z-index: 9999;
}
}
}