1
0
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:
Alexander Skvortsov
2022-09-06 12:28:09 +02:00
committed by GitHub
parent 9eab1085da
commit 27e3d322ec

View File

@@ -2,7 +2,7 @@
overflow: hidden;
.App-primaryControl > button:not(:last-of-type) {
margin-right: 4px;
margin-right: 12px;
}
&-header {