Skip to content

Commit d070568

Browse files
committed
fix for external terminal style #1009
1 parent abc3abb commit d070568

4 files changed

+6
-6
lines changed

css/jquery.terminal-src.css

+1-1
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ body.terminal, body.full-screen-terminal {
100100
margin: 0;
101101
height: 100%;
102102
}
103-
body.full-screen-terminal .terminal {
103+
body.full-screen-terminal .terminal:not(.terminal-external) {
104104
height: 100% !important;
105105
}
106106
body.full-screen-terminal {

css/jquery.terminal.css

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
* Copyright (c) 2010-2025 Jakub T. Jankiewicz <https://jcubic.pl/me>
1313
* Released under the MIT license
1414
*
15-
* Date: Sun, 26 Jan 2025 13:40:03 +0000
15+
* Date: Sat, 22 Feb 2025 14:32:54 +0000
1616
*/
1717
.terminal .terminal-output .format, .cmd .format,
1818
.cmd-prompt, .cmd-prompt div {
@@ -100,7 +100,7 @@ body.terminal, body.full-screen-terminal {
100100
margin: 0;
101101
height: 100%;
102102
}
103-
body.full-screen-terminal .terminal {
103+
body.full-screen-terminal .terminal:not(.terminal-external) {
104104
height: 100% !important;
105105
}
106106
body.full-screen-terminal {

css/jquery.terminal.min.css

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

css/jquery.terminal.min.css.map

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)