mirror of
https://forgejo.ellis.link/continuwuation/continuwuity.git
synced 2026-05-26 20:49:55 +00:00
fix(docs): blurry small logo, scroll resizing top bar
Signed-off-by: rooot <hey@rooot.gay>
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user