css: Reorder zulip.scss to put `.floating_recipient` alongside.

This commit is contained in:
majordwarf 2020-05-16 19:26:28 +05:30 committed by Tim Abbott
parent 20cb19b51a
commit d514c5a372
1 changed files with 17 additions and 17 deletions

View File

@ -805,6 +805,23 @@ td.pointer {
border-top: 1px solid hsl(0, 0%, 88%);
}
.floating_recipient .recipient_row_date.hide-date {
display: block;
}
/*
We can't collapse the floating recipient bar yet, so this is
just a temporary hack.
*/
.floating_recipient .messages-collapse {
display: none;
}
.floating_recipient .message_header_private_message {
border-bottom: 0px;
border-left: 0px;
}
.stream_label {
display: inline-block;
padding: 4px 6px 3px 6px;
@ -888,10 +905,6 @@ td.pointer {
display: none;
}
.floating_recipient .recipient_row_date.hide-date {
display: block;
}
.recipient_bar_icon {
padding-left: 2px;
padding-right: 2px;
@ -942,14 +955,6 @@ td.pointer {
cursor: pointer;
}
/*
We can't collapse the floating recipient bar yet, so this is
just a temporary hack.
*/
.floating_recipient .messages-collapse {
display: none;
}
@keyframes rotate {
from {
transform: rotate(0deg);
@ -980,11 +985,6 @@ td.pointer {
}
}
.floating_recipient .message_header_private_message {
border-bottom: 0px;
border-left: 0px;
}
.message_header_private_message .message_label_clickable {
background-color: hsl(0, 0%, 27%);
display: inline-block;