feat: add empty trash option

This commit is contained in:
Antonella Sgarlatta
2021-05-12 18:51:28 -03:00
parent 075f1b910b
commit 674f14bf89
5 changed files with 65 additions and 23 deletions

View File

@@ -139,6 +139,10 @@
overflow-y: scroll;
}
.items-start {
align-items: flex-start;
}
/**
* A button that is just an icon. Separated from .sn-button because there
* is almost no style overlap.