From 5dc3207ef1fcdb728bb0ad1b657d3a21dcf7be44 Mon Sep 17 00:00:00 2001 From: Julien <182520+JulienMaille@users.noreply.github.com> Date: Mon, 11 Oct 2021 20:20:22 +0200 Subject: [PATCH 1/2] dribbblish settings are too small --- user.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/user.css b/user.css index 75973ce..9b16cab 100644 --- a/user.css +++ b/user.css @@ -837,7 +837,7 @@ li.GlueDropTarget { z-index: 1; position: relative; min-width: 400px; - max-width: 30%; + max-width: 50%; background-color: rgba(var(--spice-rgb-main), 0.9); backdrop-filter: blur(3px); padding: 20px 15px; From 2f041f849e8b61891c8414587e6c123a6946bce0 Mon Sep 17 00:00:00 2001 From: Julien <182520+JulienMaille@users.noreply.github.com> Date: Tue, 12 Oct 2021 00:32:57 +0200 Subject: [PATCH 2/2] Update user.css --- user.css | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/user.css b/user.css index 9b16cab..329a61a 100644 --- a/user.css +++ b/user.css @@ -836,8 +836,7 @@ li.GlueDropTarget { #dribbblish-config .dribbblish-config-container { z-index: 1; position: relative; - min-width: 400px; - max-width: 50%; + width: clamp(500px, 50%, 650px); background-color: rgba(var(--spice-rgb-main), 0.9); backdrop-filter: blur(3px); padding: 20px 15px;