fix: drawer info width 85%

This commit is contained in:
puriphatt 2024-04-22 17:53:15 +07:00
parent 642552dc5a
commit d8a881c482

View file

@ -77,6 +77,10 @@ html {
transition: 100ms background ease-in-out;
}
aside.q-drawer.q-drawer--right.fixed.q-drawer--on-top.q-drawer--mobile.q-drawer--top-padding {
width: 85% !important;
}
.bordered {
border: 1px solid var(--border-color);
}