mirror of
https://github.com/streetwriters/notesnook.git
synced 2025-12-25 16:09:42 +01:00
14 lines
177 B
CSS
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;
|
|
}
|