fix: sidebar top spacing issue
This commit is contained in:
parent
e53aa9c31e
commit
cd23ffcf2a
1 changed files with 2 additions and 2 deletions
|
|
@ -1,6 +1,6 @@
|
|||
<div class="sidebar-section user-actions hidden"></div>
|
||||
<div class="flex justify-between sidebar-image-section sidebar-section hide">
|
||||
<div class="sidebar-image-wrapper">
|
||||
<div class="sidebar-image-wrapper m-auto">
|
||||
<img class="sidebar-image">
|
||||
<div class="sidebar-standard-image">
|
||||
<div class="standard-image"></div>
|
||||
|
|
@ -31,7 +31,7 @@
|
|||
<span class="ellipsis mr-3 bold form-title-text pointer" title="{{__("Click to edit")}}">{%= frm.get_title() %}</span>
|
||||
<span class="form-name-copy" data-copy="{{frm.get_title()}}">{%= frappe.utils.icon("copy")%}</span>
|
||||
</div>
|
||||
<div class="form-name-container mt-2 flex justify-between">
|
||||
<div class="form-name-container mt-2 flex {{image_field ? "justify-center" : "justify-between"}}">
|
||||
<span class="ellipsis mr-3">{%= frm.doc.name %}</span>
|
||||
<span class="indicator-pill whitespace-nowrap"></span>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue