Merge pull request #35069 from iamejaaz/move-notification-to-sidebar
This commit is contained in:
commit
69e341d2bd
2 changed files with 3 additions and 11 deletions
|
|
@ -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 %}
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue