Admin: improve approval UI for mobile, display snackbar messages

This commit is contained in:
Alex Gleason 2020-12-31 10:56:43 -06:00
parent fab4fb80ab
commit a0c24dbbcc
No known key found for this signature in database
GPG key ID: 7211D1F99744FBB7
2 changed files with 5 additions and 1 deletions

View file

@ -85,9 +85,13 @@
&__actions {
margin-left: auto;
padding-left: 20px;
display: flex;
flex-wrap: nowrap;
padding-left: 20px;
button.icon-button:nth-child(n+2) {
padding-left: 10px;
}
}
}