mirror of
https://github.com/zulip/zulip.git
synced 2025-11-03 21:43:21 +00:00
typeahead: Scale header text with font size.
This commit is contained in:
@@ -155,7 +155,7 @@
|
|||||||
|
|
||||||
#typeahead-header-text {
|
#typeahead-header-text {
|
||||||
color: var(--color-dropdown-item);
|
color: var(--color-dropdown-item);
|
||||||
font-size: 12px;
|
font-size: 0.8571em; /* 12px at 14px/em */
|
||||||
}
|
}
|
||||||
|
|
||||||
a strong.typeahead-strong-section {
|
a strong.typeahead-strong-section {
|
||||||
|
|||||||
Reference in New Issue
Block a user