1
0
mirror of https://github.com/garraflavatra/rolens.git synced 2025-07-15 12:54:06 +00:00

Centered modal

This commit is contained in:
2023-08-27 15:25:37 +02:00
parent a01c56ab69
commit 621af884b5
3 changed files with 10 additions and 19 deletions

View File

@ -73,19 +73,14 @@
height: 100vh;
background-color: rgba(0, 0, 0, 0.5);
margin: 0;
padding-top: 50px;
padding: 2rem;
--wails-draggable: drag;
}
:global(#root.platform-darwin) .outer {
margin-top: var(--darwin-titlebar-height);
}
.inner {
max-height: 80vh;
background-color: #fff;
margin-left: auto;
margin-right: auto;
margin-bottom: auto;
margin: auto;
width: 100%;
border-radius: var(--radius);
display: flex;