Compare commits
2 Commits
8e86cd255c
...
0d10caf489
| Author | SHA1 | Date | |
|---|---|---|---|
| 0d10caf489 | |||
| 245d79569e |
@@ -3117,17 +3117,14 @@ a.nav-item,
|
||||
height: 100vh;
|
||||
height: 100dvh;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
.shell.mobile-terminal-shell > * {
|
||||
flex: 1;
|
||||
min-height: 0;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
}
|
||||
|
||||
.mobile-terminal-wrapper {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
flex: 1;
|
||||
display: grid;
|
||||
grid-template-rows: auto 1fr auto;
|
||||
height: 100%;
|
||||
min-height: 0;
|
||||
background: #1e1e1e;
|
||||
position: relative;
|
||||
|
||||
Reference in New Issue
Block a user