Files
notesnook/apps/theme-builder/src/index.css
2025-02-21 14:52:38 +05:00

14 lines
177 B
CSS

#root > .theme-scope-base {
display: flex;
height: 100%;
}
#app {
flex: 1;
height: unset;
}
#root > .theme-scope-base > :first-child:not(#menu-wrapper) {
flex: 1;
}