Various css fixes
1 unresolved thread
1 unresolved thread
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
Merge request reports
Activity
mentioned in issue #992 (closed)
added 5 commits
-
02bb015c...918563d1 - 2 commits from branch
develop
- 994b49dd - Merge remote-tracking branch 'origin/develop' into various-css-fixes
- 8b1213ea - lint
- 64da9a8e - fix build warnings
Toggle commit list-
02bb015c...918563d1 - 2 commits from branch
mentioned in commit 590f8e17
Please register or sign in to reply