1
0
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:
Alex Andreev 2022-09-05 13:27:32 +03:00
parent 2e0b4d15b3
commit da8570d974

View File

@ -1,6 +1,8 @@
.LogList {
flex-grow: 1;
overflow: auto;
color: var(--logsForeground);
background: var(--logsBackground);
}
.virtualizer {
@ -13,6 +15,14 @@
top: 0;
left: 0;
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 {