Add padding to settings children of other settings

This commit is contained in:
Send_Nukez 2021-10-13 16:48:45 +02:00
parent db69b33b6a
commit 15110c873a

View file

@ -911,6 +911,10 @@ li.GlueDropTarget {
"description input";
}
.dribbblish-config-item[parent] {
padding-left: 16px;
}
.dribbblish-config-item[hidden=true] {
display: none;
}