fix(docs): blurry small logo, scroll resizing top bar
Signed-off-by: rooot <hey@rooot.gay>
This commit is contained in:
parent
3eac985c5e
commit
c0f4424cb9
1 changed files with 9 additions and 0 deletions
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue