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

Fix top-bar .separator width (#6706)

Signed-off-by: Alex Andreev <alex.andreev.email@gmail.com>

Signed-off-by: Alex Andreev <alex.andreev.email@gmail.com>
This commit is contained in:
Alex Andreev 2022-12-06 15:07:11 +03:00 committed by GitHub
parent ab1b6eca0b
commit 667a978952
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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