mirror of
https://github.com/lensapp/lens.git
synced 2025-05-20 05:10:56 +00:00
Fix styles for topbar window buttons on linux (#5874)
Signed-off-by: Alex Andreev <alex.andreev.email@gmail.com>
This commit is contained in:
parent
f7f41cab79
commit
811d96eb74
@ -79,10 +79,10 @@
|
|||||||
|
|
||||||
&.linuxButtons {
|
&.linuxButtons {
|
||||||
> div {
|
> div {
|
||||||
width: 16px;
|
width: 18px;
|
||||||
height: 16px;
|
height: 18px;
|
||||||
border-radius: 50%;
|
border-radius: 50%;
|
||||||
margin-right: calc(var(--padding) * -1.5);
|
margin-right: var(--padding);
|
||||||
color: var(--textColorAccent);
|
color: var(--textColorAccent);
|
||||||
|
|
||||||
svg {
|
svg {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user