mirror of
https://github.com/zulip/zulip.git
synced 2026-07-15 21:03:26 +08:00
css: Reorder settings.scss to put .profile-field-choices in order.
This commit is contained in:
parent
c53847f5ae
commit
fe4d2426b1
@ -1955,10 +1955,6 @@ body:not(.night-mode) #settings_page .custom_user_field .datepicker {
|
||||
margin-top: 5px;
|
||||
}
|
||||
|
||||
.profile-field-choices > .choice-row:first-of-type {
|
||||
margin-top: 0;
|
||||
}
|
||||
|
||||
.profile-field-choices .choice-row input {
|
||||
width: 190px;
|
||||
}
|
||||
@ -1967,6 +1963,10 @@ body:not(.night-mode) #settings_page .custom_user_field .datepicker {
|
||||
margin-left: 0 !important;
|
||||
}
|
||||
|
||||
.profile-field-choices > .choice-row:first-of-type {
|
||||
margin-top: 0;
|
||||
}
|
||||
|
||||
.custom_user_field .pill-container {
|
||||
padding: 2px 6px;
|
||||
min-height: 24px;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user