fix: drawer info width 85%
This commit is contained in:
parent
642552dc5a
commit
d8a881c482
1 changed files with 4 additions and 0 deletions
|
|
@ -77,6 +77,10 @@ html {
|
||||||
transition: 100ms background ease-in-out;
|
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 {
|
.bordered {
|
||||||
border: 1px solid var(--border-color);
|
border: 1px solid var(--border-color);
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue