1
0
mirror of https://github.com/flarum/core.git synced 2025-07-28 12:10:51 +02:00

Merge pull request #1779 from clarkwinkelmann/fix-userpage-card-dropdown

Fix dropdown icon not showing in UserCard when on UserPage
This commit is contained in:
Toby Zerner
2019-05-02 19:21:39 +09:30
committed by GitHub

View File

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