fix: Image width
This commit is contained in:
parent
87b0a558e1
commit
b01b084e55
1 changed files with 2 additions and 0 deletions
|
|
@ -118,6 +118,8 @@ body[data-route^="Module"] .main-menu {
|
|||
.sidebar-image {
|
||||
width: 100%;
|
||||
height: auto;
|
||||
max-height: 170px;
|
||||
object-fit: cover;
|
||||
border-radius: var(--border-radius-lg);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue