mirror of
https://github.com/flarum/framework.git
synced 2024-12-01 22:43:41 +08:00
12fdfc9b54
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;
|
|
}
|
|
}
|