Lift fullscreen terminal above bottom chrome

This commit is contained in:
jocayn
2026-06-13 12:45:16 +08:00
parent 47cb0123e6
commit b5307baca5
+3 -1
View File
@@ -283,7 +283,9 @@ input[type="file"].form-control {
} }
#terminal .xterm.fullscreen { #terminal .xterm.fullscreen {
padding-bottom: var(--terminal-safe-bottom); bottom: var(--terminal-safe-bottom);
height: auto;
padding-bottom: 0;
background: #0f1720; background: #0f1720;
} }