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:
Keegan McAllister 2012-09-26 12:58:39 -04:00
parent 5e318bc961
commit bffae8d550
1 changed files with 1 additions and 0 deletions

View File

@ -66,6 +66,7 @@ ul.nav-zephyr {
td.pointer {
vertical-align: top;
padding-top: 10px;
width: 2px;
}
td.zephyr_recipient {