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

Allow user avatar hover over empty badge space

This commit is contained in:
Toby Zerner
2015-07-07 15:31:15 +09:30
parent e1a65380ef
commit ef213cd8b2

View File

@@ -225,10 +225,12 @@
& h3 .badges {
text-align: right;
white-space: nowrap;
pointer-events: none;
& .badge {
margin-left: -15px;
position: relative;
pointer-events: auto;
}
}