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

Move history icons only for mac

Signed-off-by: Alex Andreev <alex.andreev.email@gmail.com>
This commit is contained in:
Alex Andreev 2021-09-09 15:45:48 +03:00
parent 569a512835
commit 3b58322e26

View File

@ -28,6 +28,9 @@
z-index: 1;
width: 100%;
grid-area: topbar;
}
:global(.is-mac) .topBar {
padding-left: var(--hotbar-width);
}