Skip to content

Commit

Permalink
fix styling
Browse files Browse the repository at this point in the history
  • Loading branch information
matcool committed Jul 12, 2024
1 parent f249817 commit ff075eb
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion templates/content.css
Original file line number Diff line number Diff line change
Expand Up @@ -563,6 +563,12 @@ details.entity-desc[open] > summary .feather-chevron-right {
flex-direction: column;
}

.entity > .class-decl {
display: flex;
flex-direction: row;
flex-wrap: wrap;
}

.entity.class > .class-decl > .name, .class.name {
color: var(--flash-yellow);
}
Expand All @@ -584,14 +590,16 @@ details.entity-desc[open] > summary .feather-chevron-right {
flex-direction: column;
}

.entity.fun .template-declaration {
.entity .template-declaration {
display: flex;
flex-direction: row;
flex-wrap: wrap;
}

.entity.fun .function-signature {
display: flex;
flex-direction: row;
flex-wrap: wrap;
}

.entity.fun .function-signature > .name {
Expand Down

0 comments on commit ff075eb

Please sign in to comment.