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 {
|
||||
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 {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user