Skip to content

Various css fixes

HJ requested to merge various-css-fixes into develop

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.
    imageimage
  • 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
    Screenshot_20201029_214401
    After
    Screenshot_20201029_214602
    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:
    Screenshot_20201029_214757image
  • Fixed avatar shadow problem:
    Screenshot_20201029_214922image
  • Ability to move logo to the left side (instance config logoLeft). Logo is now also clickable, works just like sitename:
    image
    image
    image
Edited by HJ

Merge request reports