css: Reorder settings.scss to put #attachments_list alongside.

This commit is contained in:
majordwarf
2020-05-12 09:52:06 +05:30
committed by Tim Abbott
parent ec0c1722f0
commit 204240d173

View File

@@ -1057,6 +1057,10 @@ input[type=checkbox] {
background-color: hsl(0, 0%, 100%);
}
#attachments_list:empty {
padding: 10px;
}
#alert_words_list {
margin: 0;
@@ -1900,10 +1904,6 @@ body:not(.night-mode) #settings_page .custom_user_field .datepicker {
width: 100px;
}
#attachments_list:empty {
padding: 10px;
}
.required-text:empty::after {
content: attr(data-empty);
display: block;