Skip to content

Commit

Permalink
Deploying to gh-pages from @ 78f7857 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
SYwaves committed Jan 26, 2024
1 parent 9c723d7 commit c3e5883
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion basalt-bedrock-min.css

Large diffs are not rendered by default.

5 changes: 3 additions & 2 deletions basalt-bedrock.css
Original file line number Diff line number Diff line change
Expand Up @@ -2037,11 +2037,11 @@ img, table, iframe {
}

/* id scroll jump */
#main-content [id] {
:where(#main-content) [id] {
scroll-margin-top: var(--header-final-height);
}
@media only screen and (max-width: 1024px) {
#main-content [id] { --header-final-height: var(--top-bar-mobile-height); }
:where(#main-content) [id] { --header-final-height: var(--top-bar-mobile-height); }
}

/*---------------*/
Expand Down Expand Up @@ -3951,6 +3951,7 @@ form:is(#edit-page-form, #new-post-form) > div:nth-of-type(2) { min-width: 100%;
border: solid var(--edit-area-border-width) rgb(var(--edit-area-border-color));
box-sizing: border-box;
transition: border-color 0.125s linear;
scroll-margin-top: initial;
}
:is(#edit-page-textarea, #np-text):focus-visible {
outline: none;
Expand Down

0 comments on commit c3e5883

Please sign in to comment.