mirror of
https://github.com/danbulant/dribbblish-dynamic-theme
synced 2026-06-09 17:53:02 +00:00
Add padding to settings children of other settings
This commit is contained in:
parent
db69b33b6a
commit
15110c873a
1 changed files with 4 additions and 0 deletions
4
user.css
4
user.css
|
|
@ -911,6 +911,10 @@ li.GlueDropTarget {
|
||||||
"description input";
|
"description input";
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.dribbblish-config-item[parent] {
|
||||||
|
padding-left: 16px;
|
||||||
|
}
|
||||||
|
|
||||||
.dribbblish-config-item[hidden=true] {
|
.dribbblish-config-item[hidden=true] {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue