fix(docs): blurry small logo, scrolling resizing top bar #1203

Merged
Jade merged 1 commit from rooot/continuwuity:main into main 2025-11-27 15:17:02 +00:00
Contributor

these are very minor issues, but they personally bug me a lot.

blurry logo

when scrolling on the main page, the .notTopArrived class 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) and solid transparent to make it behave like the original border, just invisible. (the extra header in 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 !important for 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)

these are *very* minor issues, but they personally bug me a lot. ![blurry logo](/attachments/86b09c76-c150-4209-b17e-06f95df55631) when scrolling on the main page, the `.notTopArrived` class 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) and `solid transparent` to make it behave like the original border, just invisible. (the extra `header` in 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 `!important` for 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`)
2.9 KiB
fix(docs): blurry small logo, scroll resizing top bar
All checks were successful
Documentation / Build and Deploy Documentation (pull_request) Has been skipped
Checks / Prek / Pre-commit & Formatting (pull_request) Successful in 1m32s
Checks / Prek / Clippy and Cargo Tests (pull_request) Successful in 4m38s
Documentation / Build and Deploy Documentation (push) Successful in 57s
Checks / Prek / Pre-commit & Formatting (push) Successful in 1m48s
Release Docker Image / Build linux-amd64 (release) (push) Successful in 6m42s
Checks / Prek / Clippy and Cargo Tests (push) Successful in 7m27s
Release Docker Image / Build linux-arm64 (release) (push) Successful in 6m55s
Release Docker Image / Create Multi-arch Release Manifest (push) Successful in 16s
Release Docker Image / Build linux-amd64 (max-perf) (push) Successful in 12m16s
Release Docker Image / Build linux-arm64 (max-perf) (push) Successful in 12m25s
Release Docker Image / Create Max-Perf Manifest (push) Successful in 16s
c0f4424cb9
Signed-off-by: rooot <hey@rooot.gay>
Jade approved these changes 2025-11-27 15:16:58 +00:00
Jade left a comment
Owner

Haha thanks :3

Attention to detail!

Haha thanks :3 Attention to detail!
Jade merged commit c0f4424cb9 into main 2025-11-27 15:17:02 +00:00
Sign in to join this conversation.
No reviewers
No milestone
No project
No assignees
2 participants
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
continuwuation/continuwuity!1203
No description provided.