mirror of https://github.com/zulip/zulip.git
Hide the popover title area if it is empty.
This makes our popovers-as-menus look a bit better. (imported from commit 53b8be0a4f16fc7a7884b3fcb276a9ab85fe6f24)
This commit is contained in:
parent
6cc45b89b1
commit
e5dbf4240e
|
@ -1257,6 +1257,10 @@ table.floating_recipient {
|
||||||
line-height: inherit;
|
line-height: inherit;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.popover-title:empty {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
|
||||||
.popover_info {
|
.popover_info {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue