1
0
mirror of https://github.com/flarum/core.git synced 2025-08-12 11:24:30 +02:00

suspend anonymously (#39)

* suspend anonymously

closes https://github.com/flarum/core/issues/2614

* format less file

* empty methods should return null
This commit is contained in:
Hasan Özbey
2021-07-18 23:47:34 +03:00
committed by GitHub
parent 14c6675e47
commit 8353f087e5
8 changed files with 16 additions and 26 deletions

View File

@@ -10,3 +10,9 @@
margin-right: 5px;
}
}
.Notification--userSuspended,
.Notification--userUnsuspended {
> .Avatar {
display: none;
}
}