Various css fixes
Changes are live on SGSGB
CSSAPI now uses custom properties starting with _
to distinguish them from global variables (i.e. theme).
- Play on hover gifs now properly hide "gif" label. Avatars no longer have "gif" label at all.
- Preview spinner was broken with FA5 branch, this fixes it.
- Desktop navbar has been refactored and layout changed to
display: grid
, this fixes search bar overlapping the icon in some cases, as well as fixing other minor layout problems/hacks:
Before
After
Icon now part of the bar and not an overlay, it could be easily moved to other place, made clickable etc. It adapts to logo dimensions. - Fixed "Lain's issue" for reaction picker:
- Fixed avatar shadow problem:
- Ability to move logo to the left side (instance config
logoLeft
). Logo is now also clickable, works just like sitename:
Edited by HJ