Implement new New Collection dialog with parent menu

This commit is contained in:
Abe Jellinek 2024-01-09 23:41:06 -05:00 committed by Dan Stillman
parent 5b1fd4b628
commit d44b869420
8 changed files with 181 additions and 18 deletions

View file

@ -0,0 +1,9 @@
:root#new-collection-dialog {
dialog > vbox {
margin-bottom: 10px;
}
menulist::part(icon) {
margin-inline-end: 3px;
}
}