mirror of
https://github.com/weaveworks/scope.git
synced 2026-07-28 01:31:17 +00:00
Merge pull request #2217 from weaveworks/2209-fixes-popped-out-terminal-styles
Fixes base font-size of popped out terminal.
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user