This commit is contained in:
parent
3089a86c8e
commit
6c09361ec6
|
@ -101,7 +101,7 @@ function more(ev: MouseEvent) {
|
||||||
<style lang="scss" module>
|
<style lang="scss" module>
|
||||||
.root {
|
.root {
|
||||||
--nav-width: 250px;
|
--nav-width: 250px;
|
||||||
--nav-icon-only-width: 80px;
|
--nav-icon-only-width: 72px;
|
||||||
|
|
||||||
flex: 0 0 var(--nav-width);
|
flex: 0 0 var(--nav-width);
|
||||||
width: var(--nav-width);
|
width: var(--nav-width);
|
||||||
|
|
|
@ -266,6 +266,7 @@ $widgets-hide-threshold: 1090px;
|
||||||
.root {
|
.root {
|
||||||
height: 100dvh;
|
height: 100dvh;
|
||||||
overflow: clip;
|
overflow: clip;
|
||||||
|
contain: strict;
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
display: flex;
|
display: flex;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue