mirror of
https://github.com/streetwriters/notesnook.git
synced 2026-09-02 12:14:48 +02: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;
|
|
}
|