fix(docs): blurry small logo, scrolling resizing top bar #1203
No reviewers
Labels
No labels
Bug
Cherry-picking
Database
Dependencies
Dependencies/Renovate
Difficulty
Easy
Difficulty
Hard
Difficulty
Medium
Documentation
Enhancement
Good first issue
Help wanted
Inherited
Matrix/Administration
Matrix/Appservices
Matrix/Auth
Matrix/Client
Matrix/Core
Matrix/Federation
Matrix/Hydra
Matrix/MSC
Matrix/Media
Meta
Meta/CI
Meta/Packaging
Priority
Blocking
Priority
High
Priority
Low
Security
Status/Blocked
Status
Confirmed
Status
Duplicate
Status
Invalid
Status
Needs Investigation
Support
To-Merge
Wont fix
old/ci/cd
old/rust
No milestone
No project
No assignees
2 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
continuwuation/continuwuity!1203
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "rooot/continuwuity:main"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
these are very minor issues, but they personally bug me a lot.
when scrolling on the main page, the
.notTopArrivedclass being added/removed causes the whole top navigation bar to resize because a selector inside the theme removes the whole border (instead of making it transparent)this fixes that, by setting the border to
1px(same as original) andsolid transparentto make it behave like the original border, just invisible. (the extraheaderin the CSS selector is required to be a more specific selector, making CSS engines prefer this one over the theme-built-in one, because that one also uses!importantfor some reason and we need to overrule that)also fixes the small continuwuity logo in the top left looking blurry on 1080p screens (maybe elsewhere too?), by making it the same size as its parent container (
32px)Haha thanks :3
Attention to detail!