mirror of
https://github.com/flarum/framework.git
synced 2025-03-05 05:05:42 +08:00

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
6 lines
81 B
Plaintext
6 lines
81 B
Plaintext
.UserPage {
|
|
.UserHero .Dropdown-toggle .Button-icon {
|
|
display: none;
|
|
}
|
|
}
|