mirror of https://github.com/zulip/zulip.git
settings: Remove dead code.
This code has no effect on the checkbox in settings overlay.
This commit is contained in:
parent
b38dc0a48b
commit
e4389b7562
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue