Browse Source

[MODULES][TERMINAL] WIP 1.1 changes

DSR! 3 years ago
parent
commit
673fc5007a
2 changed files with 5 additions and 0 deletions
  1. 0 0
      modules/src/Terminal/html/iframe.html
  2. 5 0
      modules/src/Terminal/html/inject.html

File diff suppressed because it is too large
+ 0 - 0
modules/src/Terminal/html/iframe.html


+ 5 - 0
modules/src/Terminal/html/inject.html

@@ -6,6 +6,11 @@
     z-index: 99999;
     margin-bottom: 0;
     background-color: #2b2b2b;
+    border-bottom: 0;
+    border-left: 0;
+    border-right: 0;
+    border-bottom-left-radius: 0;
+    border-bottom-right-radius: 0;
 }
 
 .terminal-content {

Some files were not shown because too many files changed in this diff