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

Fixed double #app elements

This commit is contained in:
2023-01-18 11:26:28 +01:00
parent 72362b2c1f
commit 07a17669c5
2 changed files with 4 additions and 4 deletions

View File

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