1
0
mirror of https://github.com/Eugeny/tabby.git synced 2025-07-26 11:48:35 +00:00

fixed terminal toolbar padding - fixes

This commit is contained in:
Eugene Pankov
2021-08-22 20:50:38 +02:00
parent 0a0d94ec91
commit 7120e32c91

@@ -69,7 +69,7 @@
&.toolbar-pinned { &.toolbar-pinned {
.content { .content {
margin-top: 15px + $toolbarHeight; padding-top: $toolbarHeight;
} }
} }
} }