Skip to content
Snippets Groups Projects
Commit 6c09361e authored by syuilo's avatar syuilo
Browse files

🎨

parent 3089a86c
No related branches found
No related tags found
No related merge requests found
......@@ -101,7 +101,7 @@ function more(ev: MouseEvent) {
<style lang="scss" module>
.root {
--nav-width: 250px;
--nav-icon-only-width: 80px;
--nav-icon-only-width: 72px;
flex: 0 0 var(--nav-width);
width: var(--nav-width);
......
......@@ -266,6 +266,7 @@ $widgets-hide-threshold: 1090px;
.root {
height: 100dvh;
overflow: clip;
contain: strict;
box-sizing: border-box;
display: flex;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment