mirror of https://github.com/zulip/zulip.git
Set width on the pointer for non-selected messages
This prevents a visual artifact if the pointer disappears for whatever reason. (imported from commit ee8fbf6d8480b78d0922da05c87bc9f4c0658402)
This commit is contained in:
parent
5e318bc961
commit
bffae8d550
|
@ -66,6 +66,7 @@ ul.nav-zephyr {
|
|||
td.pointer {
|
||||
vertical-align: top;
|
||||
padding-top: 10px;
|
||||
width: 2px;
|
||||
}
|
||||
|
||||
td.zephyr_recipient {
|
||||
|
|
Loading…
Reference in New Issue