mirror of
https://github.com/danbulant/dribbblish-dynamic-theme
synced 2026-05-24 12:35:05 +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";
|
||||
}
|
||||
|
||||
.dribbblish-config-item[parent] {
|
||||
padding-left: 16px;
|
||||
}
|
||||
|
||||
.dribbblish-config-item[hidden=true] {
|
||||
display: none;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue