fix(frontend): fix drawer menu style
This commit is contained in:
parent
154b89f07a
commit
65b4458474
|
@ -473,7 +473,7 @@ onBeforeUnmount(() => {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
&:not(.widthSpecified) {
|
&:not(.asDrawer):not(.widthSpecified) {
|
||||||
> .menu {
|
> .menu {
|
||||||
max-width: 400px;
|
max-width: 400px;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue