fix: Image width

This commit is contained in:
Suraj Shetty 2020-08-28 14:43:58 +05:30
parent 87b0a558e1
commit b01b084e55

View file

@ -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);
}