FontAwesome 5
1 unresolved thread
1 unresolved thread
Closes #982 (closed)
Replaces all icons with FA5 counterparts. Removes Fontello
Some icons changed to a (slightly) different icon:
- All spinners were changed to
circle-notch
since FA doesn't have any spinners beyond 7-dots and circle-notch ones. - bell-ringing is instead a frankenstein of
bell
and tworss
icons to simulate ringing, sincebell-on
is a FA PRO icon :/ - Video icon (in hidden attachment placeholder) uses generic camera
- Poll icon uses horizontal poll icon, i.e. similar to graph but horizontal and inside a square.
- Smile icon uses
beam
version, i.e. it does the ^_^ expression. Because people complained that plain :) "stares at them" - Smile icon in post form changed to filled variant for better harmony with other icons
- globe is changed to a generic "basketball"
- lock now has shackle turned over for better accessibility
- ellipsis in usercard is vertical instead of horizontal
- version tab in settings is now
information
without circle. - notifications tab in settings is non-ringing bell
- maybe more i can't remember.
Some small bugfixes:
- Icons in navbar have been readjusted
- Icons in user-card have been readjusted and given MUCH bigger hitbox + better hover indication.
- Some components like RetweetButton have been refactored.
- Some components's CSS was changed to fit better with our guidelines.
Edited by HJ
Merge request reports
Activity
added 2 commits
- Resolved by Shpuld Shpludson
Updated:
- Removed
button-icon
, replaced withfa-scale-110
(110% icon scale akafont-size: 1.1em
) andfa-old-padding
, no longer requiressize="lg"
which also screwed alignment a bit. - Updated and optimized layout of both navigation lists (both mobile and desktop) - they use fixed sizing and text alignment is done with line-height instead of padding.
- Follow requests badge updated to be aligned with
vertical-align
instead of negative margins, also synced styles between mobile and desktop. Should look much less weird now. - Fixed weird alignments in side-drawer
- Increased size for side-tabs on mobile
- Removed
- Resolved by Shpuld Shpludson
enabled an automatic merge when the pipeline for ef36ca44 succeeds
mentioned in commit a84db4bd
Please register or sign in to reply