1
0
mirror of https://github.com/lensapp/lens.git synced 2025-05-20 05:10:56 +00:00

Fix top-bar .separator width

Signed-off-by: Alex Andreev <alex.andreev.email@gmail.com>
This commit is contained in:
Alex Andreev 2022-12-06 12:46:03 +03:00
parent ab1b6eca0b
commit 4307e8a854

View File

@ -28,7 +28,7 @@
} }
.separator { .separator {
flex-basis: 100%; flex-grow: 1;
} }
:global(.is-mac) .topBar { :global(.is-mac) .topBar {