Skip to content

Commit

Permalink
correctly set splash background
Browse files Browse the repository at this point in the history
fixes: #858
  • Loading branch information
Covkie committed Oct 29, 2024
1 parent 03c7ad4 commit fed307d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions static/views/splash.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@

<style>
body {
background: none;
user-select: none;
-webkit-app-region: drag;
}
Expand All @@ -16,6 +17,7 @@
align-items: center;
border-radius: 8px;
border: 1px solid var(--fg-semi-trans);
background: var(--bg);
}

p {
Expand Down

0 comments on commit fed307d

Please sign in to comment.