Merge pull request #35069 from iamejaaz/move-notification-to-sidebar

This commit is contained in:
Soham Kulkarni 2025-12-04 18:17:23 +05:30 committed by GitHub
commit 69e341d2bd
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 3 additions and 11 deletions

View file

@ -19,9 +19,7 @@
>
<span class="search-icon">
<svg class="icon icon-sm"><use href="#icon-search"></use></svg>
{{ __("Search") }}
</span>
<span>{%= frappe.utils.is_mac() ? '⌘ + K' : 'Ctrl + K' %}</span>
</div>
</div>
{% endif %}

View file

@ -48,10 +48,7 @@
}
.search-bar {
flex: 1;
max-width: 300px;
margin: 0 var(--margin-md);
svg {
stroke: var(--text-light);
margin-bottom: 2px;
@ -81,13 +78,10 @@
color: var(--text-light);
}
}
.navbar-modal-search-mobile {
.search-icon {
background-color: var(--control-bg);
border-radius: var(--border-radius-sm);
padding: 6px 10px;
width: 100%;
display: flex;
justify-content: space-between;
border-radius: 16px;
padding: 6px;
}
}