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:
parent
ecc3b5e227
commit
12fdfc9b54
@ -1,10 +1,5 @@
|
||||
.UserPage {
|
||||
.UserCard-controls {
|
||||
float: right;
|
||||
|
||||
.Dropdown-toggle .Button-icon {
|
||||
display: none;
|
||||
}
|
||||
.UserHero .Dropdown-toggle .Button-icon {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user