fix: add indicator back

This commit is contained in:
Ejaaz Khan 2025-12-09 14:44:27 +05:30
parent a27cb7e148
commit 4758119b06
2 changed files with 2 additions and 0 deletions

View file

@ -6,6 +6,7 @@
{% if (!frappe.is_mobile()) { %}
<ul class="nav d-sm-flex navbar-breadcrumbs"></ul>
{% endif %}
<span class="indicator-pill whitespace-nowrap"></span>
<button class="btn btn-default more-button hide">
<svg class="icon icon-sm">
<use href="#icon-dot-horizontal">

View file

@ -44,6 +44,7 @@
}
.indicator-pill {
margin-top: 2px;
margin-left: var(--margin-sm);
}
.sub-heading {
@include get_textstyle("sm", "regular");