mirror of
https://github.com/lensapp/lens.git
synced 2025-05-20 05:10:56 +00:00
Add more styles
Signed-off-by: Alex Andreev <alex.andreev.email@gmail.com>
This commit is contained in:
parent
2e0b4d15b3
commit
da8570d974
@ -1,6 +1,8 @@
|
|||||||
.LogList {
|
.LogList {
|
||||||
flex-grow: 1;
|
flex-grow: 1;
|
||||||
overflow: auto;
|
overflow: auto;
|
||||||
|
color: var(--logsForeground);
|
||||||
|
background: var(--logsBackground);
|
||||||
}
|
}
|
||||||
|
|
||||||
.virtualizer {
|
.virtualizer {
|
||||||
@ -13,6 +15,14 @@
|
|||||||
top: 0;
|
top: 0;
|
||||||
left: 0;
|
left: 0;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
font-family: var(--font-monospace);
|
||||||
|
font-size: smaller;
|
||||||
|
padding: 0 16px;
|
||||||
|
line-height: 120%;
|
||||||
|
|
||||||
|
> * {
|
||||||
|
-webkit-font-smoothing: auto; // Better readability on non-retina screens
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.lastLine {
|
.lastLine {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user