mirror of
https://github.com/zulip/zulip.git
synced 2025-11-03 05:23:35 +00:00
settings: Remove dead code.
This code has no effect on the checkbox in settings overlay.
This commit is contained in:
@@ -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) {
|
||||
/* Show bot-information-box at full width on small
|
||||
screen sizes. Not having this media query breaks the
|
||||
|
||||
Reference in New Issue
Block a user