mirror of
https://github.com/zulip/zulip.git
synced 2025-11-13 18:36:36 +00:00
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:
@@ -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;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user