1
0
mirror of https://github.com/garraflavatra/rolens.git synced 2025-07-16 13:04:06 +00:00

Remove titlebar height defaults

This commit is contained in:
2023-01-17 09:07:53 +01:00
parent ff2be60066
commit cf04c6b91c
2 changed files with 5 additions and 5 deletions

View File

@ -51,7 +51,7 @@
cursor: pointer;
}
:global(#app.platform-darwin) .outer {
margin-top: var(--darwin-titlebar-height, 46px);
margin-top: var(--darwin-titlebar-height);
}
.inner {