From 983557fe9eb80d1ecc59e1db63cef6432c3fac64 Mon Sep 17 00:00:00 2001 From: sinanisler Date: Mon, 22 Dec 2025 01:25:30 +0300 Subject: [PATCH] Update padding in widget styles for improved layout consistency #3 --- widget.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/widget.js b/widget.js index 757a7b7..674ab4d 100644 --- a/widget.js +++ b/widget.js @@ -391,7 +391,7 @@ const widgetStyles = ` } .snn-content { - padding: 0 10px 10px 10px; + padding: 0 20px 10px 20px; } .snn-options-grid {