Merge branch 'dev' of ssh://git.commumedia.org:2222/alex/headquarter into dev

This commit is contained in:
2026-05-24 21:20:47 +00:00
+5 -8
View File
@@ -3117,17 +3117,14 @@ a.nav-item,
height: 100vh; height: 100vh;
height: 100dvh; height: 100dvh;
overflow: hidden; overflow: hidden;
} display: flex;
flex-direction: column;
.shell.mobile-terminal-shell > * {
flex: 1;
min-height: 0;
} }
.mobile-terminal-wrapper { .mobile-terminal-wrapper {
display: flex; display: grid;
flex-direction: column; grid-template-rows: auto 1fr auto;
flex: 1; height: 100%;
min-height: 0; min-height: 0;
background: #1e1e1e; background: #1e1e1e;
position: relative; position: relative;