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