mirror of
https://github.com/zulip/zulip.git
synced 2025-10-22 20:42:14 +00:00
This commit adds UI in personal popover menu for user to change font-size and line-height. Fixes part of #33186.
12 lines
294 B
Handlebars
12 lines
294 B
Handlebars
<div id="information_density_tooltip_template">
|
|
<div class="tooltip-inner-content">
|
|
<span>
|
|
{{tooltip_first_line}}
|
|
{{#if tooltip_second_line}}
|
|
<br />
|
|
<i>{{tooltip_second_line}}</i>
|
|
{{/if}}
|
|
</span>
|
|
</div>
|
|
</div>
|