10 lines
130 B
SCSS
10 lines
130 B
SCSS
|
:root#new-collection-dialog {
|
||
|
dialog > vbox {
|
||
|
margin-bottom: 10px;
|
||
|
}
|
||
|
|
||
|
menulist::part(icon) {
|
||
|
margin-inline-end: 3px;
|
||
|
}
|
||
|
}
|