fix(sidebar): restore square-shaped images
This commit is contained in:
parent
34e495a62c
commit
a5a78f09af
1 changed files with 1 additions and 1 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue