mirror of
https://github.com/flarum/core.git
synced 2025-08-05 16:07:34 +02:00
feat: Delete all notifications (#3529)
* Add delete all notifications option * chore: `DELETE /api/notifications` as per conventions * test: can delete all notifications Co-authored-by: Sami Mazouz <ilyasmazouz@gmail.com>
This commit is contained in:
@@ -1,6 +1,10 @@
|
||||
.NotificationList {
|
||||
overflow: hidden;
|
||||
|
||||
.App-primaryControl > button:not(:last-of-type) {
|
||||
margin-right: 4px;
|
||||
}
|
||||
|
||||
&-header {
|
||||
@media @tablet-up {
|
||||
padding: 12px 15px;
|
||||
|
Reference in New Issue
Block a user