1
0
mirror of https://github.com/flarum/core.git synced 2025-07-31 21:50:50 +02:00

Remove white border from badges, decrease overlap

This commit is contained in:
Toby Zerner
2016-03-11 12:01:47 +10:30
parent 3b236dd66e
commit dc757fae5f
3 changed files with 3 additions and 4 deletions

View File

@@ -32,7 +32,7 @@
pointer-events: none;
.Badge {
margin-left: -15px;
margin-left: -10px;
position: relative;
pointer-events: auto;
}