mirror of https://github.com/zulip/zulip.git
css: Reorder zulip.scss to put `.include-sender` alongside.
This commit is contained in:
parent
7a046ae4a4
commit
f867175e6b
|
@ -575,6 +575,30 @@ td.pointer {
|
|||
width: auto;
|
||||
}
|
||||
|
||||
.include-sender .message_time {
|
||||
top: -4px;
|
||||
}
|
||||
|
||||
.include-sender .alert-msg {
|
||||
top: -3px;
|
||||
}
|
||||
|
||||
.include-sender .message_controls {
|
||||
top: -3px;
|
||||
}
|
||||
|
||||
.include-sender .message_top_line {
|
||||
margin-top: 6px;
|
||||
}
|
||||
|
||||
.include-sender .message_content:not(:empty) {
|
||||
margin-top: -18px;
|
||||
}
|
||||
|
||||
.include-sender .message_edit {
|
||||
margin-top: -14px;
|
||||
}
|
||||
|
||||
.sender-status .message_edit_notice {
|
||||
line-height: 18px;
|
||||
}
|
||||
|
@ -591,10 +615,6 @@ td.pointer {
|
|||
user-select: none;
|
||||
}
|
||||
|
||||
.include-sender .message_time {
|
||||
top: -4px;
|
||||
}
|
||||
|
||||
.message_time {
|
||||
display: block;
|
||||
font-size: 12px;
|
||||
|
@ -632,10 +652,6 @@ td.pointer {
|
|||
background-color: hsl(192, 20%, 95%);
|
||||
}
|
||||
|
||||
.include-sender .alert-msg {
|
||||
top: -3px;
|
||||
}
|
||||
|
||||
.status-time {
|
||||
top: 8px !important;
|
||||
}
|
||||
|
@ -718,10 +734,6 @@ td.pointer {
|
|||
}
|
||||
}
|
||||
|
||||
.include-sender .message_controls {
|
||||
top: -3px;
|
||||
}
|
||||
|
||||
.message_header {
|
||||
vertical-align: middle;
|
||||
text-align: left;
|
||||
|
@ -1138,10 +1150,6 @@ a.dark_background:hover,
|
|||
position: relative;
|
||||
}
|
||||
|
||||
.include-sender .message_top_line {
|
||||
margin-top: 6px;
|
||||
}
|
||||
|
||||
.small {
|
||||
font-size: 80%;
|
||||
}
|
||||
|
@ -1188,10 +1196,6 @@ div.focused_table {
|
|||
display: block;
|
||||
}
|
||||
|
||||
.include-sender .message_content:not(:empty) {
|
||||
margin-top: -18px;
|
||||
}
|
||||
|
||||
.message_content {
|
||||
line-height: 1.214;
|
||||
min-height: 17px;
|
||||
|
@ -2441,10 +2445,6 @@ div.topic_edit_spinner .loading_indicator_spinner {
|
|||
margin-right: -50%;
|
||||
}
|
||||
|
||||
.include-sender .message_edit {
|
||||
margin-top: -14px;
|
||||
}
|
||||
|
||||
.message_edit {
|
||||
display: none;
|
||||
margin-top: 5px;
|
||||
|
|
Loading…
Reference in New Issue