mirror of
https://github.com/zulip/zulip.git
synced 2025-11-02 04:53:36 +00:00
css: Reorder settings.scss to put #attachments_list alongside.
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user