mirror of
https://github.com/jupyter/notebook.git
synced 2025-03-19 13:20:36 +08:00
Remove right margin from the terminal
This commit is contained in:
parent
8d2e57e3ef
commit
7926c36b0d
7
IPython/html/static/style/style.min.css
vendored
7
IPython/html/static/style/style.min.css
vendored
@ -10473,6 +10473,9 @@ span.autosave_status {
|
||||
color: white;
|
||||
background: black;
|
||||
padding: 0.4em;
|
||||
border-radius: 2px;
|
||||
-webkit-box-shadow: 0px 0px 12px 1px rgba(87, 87, 87, 0.4);
|
||||
box-shadow: 0px 0px 12px 1px rgba(87, 87, 87, 0.4);
|
||||
}
|
||||
.terminal,
|
||||
.terminal dummy-screen {
|
||||
@ -10485,9 +10488,5 @@ span.autosave_status {
|
||||
}
|
||||
#terminado-container {
|
||||
margin-top: 20px;
|
||||
background: black;
|
||||
border-radius: 2px;
|
||||
-webkit-box-shadow: 0px 0px 12px 1px rgba(87, 87, 87, 0.4);
|
||||
box-shadow: 0px 0px 12px 1px rgba(87, 87, 87, 0.4);
|
||||
}
|
||||
/*# sourceMappingURL=style.min.css.map */
|
@ -4,6 +4,8 @@
|
||||
color: white;
|
||||
background: black;
|
||||
padding: @code_padding;
|
||||
border-radius: @border-radius-base;
|
||||
.box-shadow(@global-shadow-dark);
|
||||
|
||||
&, dummy-screen {
|
||||
line-height: 1em;
|
||||
@ -18,7 +20,4 @@
|
||||
|
||||
#terminado-container {
|
||||
margin-top: @page-header-padding;
|
||||
background: black;
|
||||
border-radius: @border-radius-base;
|
||||
.box-shadow(@global-shadow-dark);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user