diff --git a/package.json b/package.json index 847b2a5..aeda1f5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "waterdrop", - "version": "0.1.21", + "version": "0.1.22", "description": "Private AirDrop-style file shelf for Tailscale networks.", "main": "src/main/main.js", "scripts": { diff --git a/src/renderer/src/styles.css b/src/renderer/src/styles.css index e91bdc4..603f6a5 100644 --- a/src/renderer/src/styles.css +++ b/src/renderer/src/styles.css @@ -1336,9 +1336,11 @@ body::before { .file-actions { justify-content: space-between; margin-top: 2px; + flex-wrap: wrap; } .file-actions .btn { flex: 1; + min-width: 0; } }