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] 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;