fix(ui): styling of sidebar item edit controls

This commit is contained in:
Hussain Nagaria 2026-03-13 06:54:38 +05:30
parent 8590b25b19
commit e1bb478303

View file

@ -83,6 +83,7 @@
.standard-sidebar-item {
display: flex;
position: relative;
@include transition(all, 0.3s, cubic-bezier(0.4, 0, 0.2, 1));
margin-bottom: 1px;
@ -292,7 +293,6 @@
.standard-sidebar-item:hover {
& .sidebar-item-edit-controls {
visibility: visible;
width: auto;
}
}
.promotional-banners,
@ -303,10 +303,10 @@
}
.sidebar-item-edit-controls {
visibility: hidden;
position: absolute;
right: 0;
display: flex;
gap: 6px;
width: 0;
overflow: hidden;
}
.standard-sidebar-item[data-name="add-sidebar-item"] {
margin-top: 5px;