Add mobile actions dropdown menu. Closes #2231

This commit is contained in:
Gabe Kangas
2022-10-21 23:58:39 -07:00
parent 3fbbecc0e8
commit f2f3dcfea7
4 changed files with 129 additions and 14 deletions

View File

@@ -0,0 +1,15 @@
.item {
display: flex;
align-items: center;
}
.icon {
height: 15px;
margin-right: 5px;
}
.menu {
border: none;
background-color: transparent;
margin: 8px;
}