Skip to content

Commit

Permalink
add missing space after terminal in full screen
Browse files Browse the repository at this point in the history
  • Loading branch information
jcubic committed Mar 3, 2018
1 parent 636452b commit 38d928c
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 6 deletions.
5 changes: 4 additions & 1 deletion css/jquery.terminal-1.12.1.css
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
* Copyright (c) 2011-2018 Jakub Jankiewicz <http://jcubic.pl>
* Released under the MIT license
*
* Date: Sat, 03 Mar 2018 21:47:01 +0000
* Date: Sat, 03 Mar 2018 21:54:25 +0000
*/
.terminal .terminal-output .format, .cmd .format,
.cmd .prompt, .cmd .prompt div, .terminal .terminal-output div div{
Expand Down Expand Up @@ -74,6 +74,9 @@ body.terminal {
min-height: 100vh;
margin: 0;
}
.terminal > div {
overflow: hidden;
}
.cmd {
padding: 0;
position: relative;
Expand Down
4 changes: 2 additions & 2 deletions css/jquery.terminal-1.12.1.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions css/jquery.terminal-src.css
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,9 @@ body.terminal {
min-height: 100vh;
margin: 0;
}
.terminal > div {
overflow: hidden;
}
.cmd {
padding: 0;
position: relative;
Expand Down
5 changes: 4 additions & 1 deletion css/jquery.terminal.css
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
* Copyright (c) 2011-2018 Jakub Jankiewicz <http://jcubic.pl>
* Released under the MIT license
*
* Date: Sat, 03 Mar 2018 21:47:01 +0000
* Date: Sat, 03 Mar 2018 21:54:25 +0000
*/
.terminal .terminal-output .format, .cmd .format,
.cmd .prompt, .cmd .prompt div, .terminal .terminal-output div div{
Expand Down Expand Up @@ -74,6 +74,9 @@ body.terminal {
min-height: 100vh;
margin: 0;
}
.terminal > div {
overflow: hidden;
}
.cmd {
padding: 0;
position: relative;
Expand Down
Loading

0 comments on commit 38d928c

Please sign in to comment.