Update
This commit is contained in:
@@ -373,6 +373,8 @@
|
||||
.admin-controls {
|
||||
display: flex;
|
||||
justify-content: flex-end;
|
||||
gap: 0.35rem;
|
||||
flex-wrap: wrap;
|
||||
}
|
||||
|
||||
.join-window {
|
||||
@@ -384,6 +386,30 @@
|
||||
width: min(27rem, 92vw);
|
||||
}
|
||||
|
||||
.terminal-modal-overlay {
|
||||
position: fixed;
|
||||
inset: 0;
|
||||
z-index: 72;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
}
|
||||
|
||||
.terminal-window {
|
||||
width: min(46rem, 94vw);
|
||||
}
|
||||
|
||||
.terminal-window-content {
|
||||
padding: 0.55rem;
|
||||
}
|
||||
|
||||
.terminal-log-output {
|
||||
height: min(55vh, 30rem);
|
||||
overflow-y: auto;
|
||||
padding: 0.5rem;
|
||||
white-space: pre-wrap;
|
||||
}
|
||||
|
||||
.skeleton-line,
|
||||
.skeleton-board,
|
||||
.skeleton-table,
|
||||
|
||||
Reference in New Issue
Block a user