mirror of
https://github.com/zulip/zulip.git
synced 2026-06-24 21:08:25 +08:00
css: Fix missing top border in PM recipient bars.
Technically, they were also missing on stream message recipient bars, but the difference was invisible.
This commit is contained in:
parent
d1fb4aa130
commit
feda8cd012
@ -682,6 +682,10 @@ td.pointer {
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
|
||||
.floating_recipient {
|
||||
border-top: 1px solid #e2e2e2;
|
||||
}
|
||||
|
||||
.stream_label {
|
||||
display: inline-block;
|
||||
padding: 3px 4px 2px 4px;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user