fix(ui): correct crowding in title of drawer component that causes drawer toggle icon to become obstructed
This commit is contained in:
@@ -61,6 +61,12 @@
|
||||
left: calc((100% + 236px - 978px) / 2);
|
||||
right: 0%;
|
||||
}
|
||||
|
||||
@media screen and (max-width: 500px) {
|
||||
max-width: none;
|
||||
left: 3%;
|
||||
right: 3%;
|
||||
}
|
||||
}
|
||||
|
||||
.drawer-toggle-icon {
|
||||
|
||||
Reference in New Issue
Block a user