This website requires JavaScript.
Explore
Help
Register
Sign In
github-mirror
/
framework
Watch
2
Star
0
Fork
0
You've already forked framework
mirror of
https://github.com/flarum/framework.git
synced
2024-12-15 16:53:37 +08:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
8546fb734f
framework
/
less
/
forum
/
UserPage.less
6 lines
81 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Major CSS revamp - Get rid of Bootstrap (except we still rely on some JS) - Use BEM class names - Rework variables/theme config - Fix various bugs, including some on mobile The CSS is still not ideal – it needs to be cleaned up some more. But that can be a focus for after beta.
2015-07-17 13:17:49 +08:00
.UserPage {
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
2019-05-02 04:54:13 +08:00
.UserHero .Dropdown-toggle .Button-icon {
display: none;
Major CSS revamp - Get rid of Bootstrap (except we still rely on some JS) - Use BEM class names - Rework variables/theme config - Fix various bugs, including some on mobile The CSS is still not ideal – it needs to be cleaned up some more. But that can be a focus for after beta.
2015-07-17 13:17:49 +08:00
}
}
Reference in New Issue
Copy Permalink