Commit 8c20583b authored by ibuler's avatar ibuler

[Update] 更新term css

parent f376f056
...@@ -8,6 +8,7 @@ elements-term, elements-guacamole, elements-settings { ...@@ -8,6 +8,7 @@ elements-term, elements-guacamole, elements-settings {
.window { .window {
display: none; display: none;
padding: 15px;
} }
.active { .active {
......
...@@ -20,6 +20,7 @@ ...@@ -20,6 +20,7 @@
#term .terminal div span { #term .terminal div span {
min-width: 12px; min-width: 12px;
padding: 15px;
} }
elements-term { elements-term {
......
export const environment = { export const environment = {
production: true production: true
}; };
export const version = '1.0.0-{{BUILD_NUMBER}} GPLv2.'; export const version = '1.3.0-{{BUILD_NUMBER}} GPLv2.';
...@@ -44,9 +44,9 @@ app-root { ...@@ -44,9 +44,9 @@ app-root {
/*margin: 15px;*/ /*margin: 15px;*/
} }
.xterm-rows { /*.xterm-rows {*/
padding: 15px; /*padding: 15px;*/
} /*}*/
.terminal .xterm-viewport { .terminal .xterm-viewport {
background-color: #1f1b1b; background-color: #1f1b1b;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment