Skip to content

Commit

Permalink
more tests and some fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Dennis Eichhorn committed Apr 24, 2024
1 parent 19695e4 commit 0d71204
Show file tree
Hide file tree
Showing 5 changed files with 31 additions and 2 deletions.
4 changes: 4 additions & 0 deletions article.scss
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@ article {
line-height: 2rem;
white-space: normal;

.mermaid {
text-align: center;
}

del, ins, mark {
padding: 3px;
text-decoration: none;
Expand Down
3 changes: 3 additions & 0 deletions layout.scss
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// @questions it seems stupid to have ipt-wrap, flex-line, simple-flex and input-control
// I have the feeling we maybe only need 1 or 2 of these (input-control has nice behavior)
.ipt-wrap {
display: table;
vertical-align: top;
Expand All @@ -24,6 +26,7 @@
align-items: center;
}

// @question consider to replace with input-control which has better behavior
.flex-line {
display: flex;
flex-direction: row;
Expand Down
23 changes: 22 additions & 1 deletion nav.scss
Original file line number Diff line number Diff line change
Expand Up @@ -85,4 +85,25 @@
.nav-trigger:checked ~ main {
display: none !important;
}
}
}

.content-side-nav {
h1, h2, a {
font-size: .9rem;
}

h1, h2 {
padding: .5rem 1rem .5rem 1rem;
background: var(--thead-bg);
color: var(--thead-c);
}

a {
padding: .5rem 1rem .5rem 2rem;
display: block;

&:hover {
color: var(--link-c);
}
}
}
2 changes: 1 addition & 1 deletion styles.css

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions tooltip.scss
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
cursor: pointer;
color: var(--box-hl);
font-size: .9rem;
display: inline-flex;

&:hover, &:active, &:focus {
position: relative;
Expand Down

0 comments on commit 0d71204

Please sign in to comment.