mirror of
https://github.com/flarum/core.git
synced 2025-07-21 16:51:34 +02:00
Allow user avatar hover over empty badge space
This commit is contained in:
@@ -225,10 +225,12 @@
|
|||||||
& h3 .badges {
|
& h3 .badges {
|
||||||
text-align: right;
|
text-align: right;
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
|
pointer-events: none;
|
||||||
|
|
||||||
& .badge {
|
& .badge {
|
||||||
margin-left: -15px;
|
margin-left: -15px;
|
||||||
position: relative;
|
position: relative;
|
||||||
|
pointer-events: auto;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user