Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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