Skip to content

Commit

Permalink
fix: make splash screen draggable on macOS #789
Browse files Browse the repository at this point in the history
  • Loading branch information
adefelic committed Jan 17, 2025
1 parent 5668f86 commit b14c7bc
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

## [unreleased]

### Fixes

* Fixed splash screen to be draggable on macOS ([#789](https://github.com/TryQuiet/quiet/issues/789))

## [2.3.3]

### New features
Expand Down
4 changes: 2 additions & 2 deletions packages/desktop/src/renderer/splashScreen/splash.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<!DOCTYPE html>
<html>
<html style="height: 100%">

<head>
<style>
Expand All @@ -19,7 +19,7 @@
</style>
</head>

<body>
<body style="height: 100%; -webkit-app-region: drag">
<div id="splash">
<svg width="96" height="96" viewBox="0 0 96 96" fill="none">
<rect width="96" height="96" rx="15" fill="#521C74"/>
Expand Down

0 comments on commit b14c7bc

Please sign in to comment.