mirror of
https://github.com/flarum/core.git
synced 2025-07-31 13:40:20 +02:00
feat: increase margin between notifications list control icons (#3629)
* feat: increase margin between notifications list control icons This feels cleaner, and reduces the chances of a misclick. Co-authored-by: Sami Mazouz <sychocouldy@gmail.com>
This commit is contained in:
committed by
GitHub
parent
9eab1085da
commit
27e3d322ec
@@ -2,7 +2,7 @@
|
||||
overflow: hidden;
|
||||
|
||||
.App-primaryControl > button:not(:last-of-type) {
|
||||
margin-right: 4px;
|
||||
margin-right: 12px;
|
||||
}
|
||||
|
||||
&-header {
|
||||
|
Reference in New Issue
Block a user