1
0
mirror of https://github.com/flarum/core.git synced 2025-01-29 12:42:32 +01:00

Fix dropdown icon not showing in UserCard when on UserPage

The rule hiding the icon in the UserHero was too broad and applied to UserCard in the list of posts as well
The float rule was redundant
This commit is contained in:
Clark Winkelmann 2019-05-01 22:54:13 +02:00
parent ecc3b5e227
commit 12fdfc9b54
No known key found for this signature in database
GPG Key ID: AC336FBC86CCD80B

View File

@ -1,10 +1,5 @@
.UserPage {
.UserCard-controls {
float: right;
.Dropdown-toggle .Button-icon {
display: none;
}
.UserHero .Dropdown-toggle .Button-icon {
display: none;
}
}