css: Reorder settings.scss to put .profile-field-choices in order.

This commit is contained in:
majordwarf 2020-05-12 09:58:25 +05:30 committed by Tim Abbott
parent c53847f5ae
commit fe4d2426b1

View File

@ -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;