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

Tweaked some options

This commit is contained in:
2023-01-16 16:56:16 +01:00
parent dc1e30455a
commit 89d9a92136
5 changed files with 145 additions and 96 deletions

View File

@ -1,4 +1,5 @@
<script>
import { onMount } from 'svelte';
import { fade, fly } from 'svelte/transition';
import Icon from './icon.svelte';
@ -47,9 +48,12 @@
height: 100vh;
background-color: rgba(0, 0, 0, 0.5);
margin: 0;
padding-top: 1rem;
padding-top: 50px;
cursor: pointer;
}
:global(#app.platform-darwin) .outer {
margin-top: var(--darwin-titlebar-height, 46px);
}
.inner {
max-width: 80vw;