mirror of
https://github.com/flarum/framework.git
synced 2024-12-13 23:53:42 +08:00
8353f087e5
* suspend anonymously closes https://github.com/flarum/core/issues/2614 * format less file * empty methods should return null
19 lines
278 B
Plaintext
19 lines
278 B
Plaintext
.Badge--suspended {
|
|
background: #888;
|
|
}
|
|
.SuspendUserModal-days-input {
|
|
margin-top: 5px;
|
|
|
|
input {
|
|
width: 75px;
|
|
display: inline-block;
|
|
margin-right: 5px;
|
|
}
|
|
}
|
|
.Notification--userSuspended,
|
|
.Notification--userUnsuspended {
|
|
> .Avatar {
|
|
display: none;
|
|
}
|
|
}
|