settings: Remove dead code.

This code has no effect on the checkbox in settings overlay.
This commit is contained in:
Aman Agrawal 2021-01-25 09:46:03 +00:00 committed by Tim Abbott
parent b38dc0a48b
commit e4389b7562
1 changed files with 0 additions and 8 deletions

View File

@ -1870,14 +1870,6 @@ body:not(.night-mode) #settings_page .custom_user_field .datepicker {
} }
} }
@media (max-width: 430px) {
/* selects the label (inline-block)
immediately following the checkbox */
.settings-box .checkbox + .inline-block {
width: calc(100% - 25px);
}
}
@media only screen and (max-width: $lg_max) { @media only screen and (max-width: $lg_max) {
/* Show bot-information-box at full width on small /* Show bot-information-box at full width on small
screen sizes. Not having this media query breaks the screen sizes. Not having this media query breaks the