Fixes base font-size of popped out terminal.

Share the rest of the base styles too so the embedded and popped out
terminal are working from a common style base.
This commit is contained in:
Simon Howe
2017-02-08 18:08:13 +01:00
parent 7acebad756
commit 047ce43d2a

View File

@@ -61,7 +61,7 @@
opacity: 0;
}
.scope-app {
.scope-app, .terminal-app {
-webkit-font-smoothing: antialiased;
background: $body-background-color;
bottom: 0;
@@ -977,11 +977,6 @@
.terminal {
&-app {
position: fixed;
top: 0;
bottom: 0;
left: 0;
right: 0;
display: flex;
flex-flow: column;
}