improved log styles in console (#136)
This commit is contained in:
parent
2856615c4d
commit
602c989af4
1 changed files with 1 additions and 2 deletions
|
@ -41,6 +41,7 @@
|
||||||
background-color: getThemifyVariable('console-header-background-color');
|
background-color: getThemifyVariable('console-header-background-color');
|
||||||
color: getThemifyVariable('console-header-color');
|
color: getThemifyVariable('console-header-color');
|
||||||
}
|
}
|
||||||
|
min-height: #{30 / $base-font-size}rem;
|
||||||
padding: #{5 / $base-font-size}rem;
|
padding: #{5 / $base-font-size}rem;
|
||||||
display: flex;
|
display: flex;
|
||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
|
@ -55,8 +56,6 @@
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
overflow-y: auto;
|
overflow-y: auto;
|
||||||
flex: 1 0 0%;
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.preview-console__collapse {
|
.preview-console__collapse {
|
||||||
|
|
Loading…
Reference in a new issue