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');
|
||||
color: getThemifyVariable('console-header-color');
|
||||
}
|
||||
min-height: #{30 / $base-font-size}rem;
|
||||
padding: #{5 / $base-font-size}rem;
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
|
@ -55,8 +56,6 @@
|
|||
display: flex;
|
||||
flex-direction: column;
|
||||
overflow-y: auto;
|
||||
flex: 1 0 0%;
|
||||
|
||||
}
|
||||
|
||||
.preview-console__collapse {
|
||||
|
|
Loading…
Reference in a new issue