fix(sidebar): restore square-shaped images

This commit is contained in:
Ejaaz Khan 2026-01-21 15:22:59 +05:30
parent 34e495a62c
commit a5a78f09af

View file

@ -99,7 +99,7 @@
transition: opacity 0.3s;
width: var(--form-sidebar-image-width);
height: var(--form-sidebar-image-width);
border-radius: var(--border-radius-full);
border-radius: var(--border-radius-lg);
}
.sidebar-image-wrapper:hover {