refactor: Add css nesting to #out-of-view-notification.

This commit is contained in:
Vinit Singh 2020-06-08 23:18:00 +05:30 committed by Tim Abbott
parent dc96b8a23d
commit 8b2098f34d
1 changed files with 12 additions and 12 deletions

View File

@ -281,18 +281,8 @@ div[id^="message-edit-send-status"],
background-color: hsla(152, 51%, 63%, 0.25);
border: 1px solid hsla(0, 0%, 0%, 0.1);
border-radius: 4px;
}
.compose-notifications-content {
padding: 4px 22px 4px 22px;
text-align: center;
}
.composition-area {
position: relative;
}
#out-of-view-notification .close {
.close {
position: absolute;
right: 8px;
top: 4px;
@ -302,6 +292,16 @@ div[id^="message-edit-send-status"],
text-shadow: 0 1px 0 hsl(0, 0%, 100%);
opacity: .2;
filter: alpha(opacity=20);
}
}
.compose-notifications-content {
padding: 4px 22px 4px 22px;
text-align: center;
}
.composition-area {
position: relative;
}
textarea.new_message_textarea {