mirror of
https://github.com/flarum/core.git
synced 2025-08-03 15:07:53 +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;
|
overflow: hidden;
|
||||||
|
|
||||||
.App-primaryControl > button:not(:last-of-type) {
|
.App-primaryControl > button:not(:last-of-type) {
|
||||||
margin-right: 4px;
|
margin-right: 12px;
|
||||||
}
|
}
|
||||||
|
|
||||||
&-header {
|
&-header {
|
||||||
|
Reference in New Issue
Block a user