fix(docs): blurry small logo, scroll resizing top bar

Signed-off-by: rooot <hey@rooot.gay>
This commit is contained in:
rooot 2025-11-27 13:53:12 +01:00
parent 3eac985c5e
commit c0f4424cb9
No known key found for this signature in database
GPG key ID: 3582D7B034FF964F

View file

@ -96,3 +96,12 @@ img {
max-height: 35vh;
max-width: none; /* Having this set causes slight aspect ratio breakage */
}
/* fix navigation bar resizing when scrolling */
body:not(.notTopArrived) header.rp-nav {
border-bottom: 1px solid transparent !important;
}
/* fix the small logo on the top left looking blurry */
.rspress-logo {
height: 32px;
}