From 15110c873aa9063042a740dd23c414e02d0ff800 Mon Sep 17 00:00:00 2001 From: Send_Nukez Date: Wed, 13 Oct 2021 16:48:45 +0200 Subject: [PATCH] Add padding to settings children of other settings --- user.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/user.css b/user.css index ecfeb8b..fb93f27 100644 --- a/user.css +++ b/user.css @@ -911,6 +911,10 @@ li.GlueDropTarget { "description input"; } +.dribbblish-config-item[parent] { + padding-left: 16px; +} + .dribbblish-config-item[hidden=true] { display: none; }