Skip to content

Commit

Permalink
Fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
l0drex committed Apr 7, 2023
1 parent aa2c7c3 commit 6f5be2c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 2 additions & 0 deletions src/components/Home.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,10 @@ function Article(props) {

function NavigationTutorial() {
return <Article title={strings.home.navigationArticle.title} emoji="🖥">
<p>
{strings.formatString(strings.home.navigationArticle.content,
<kbd>{strings.ctrl}</kbd>)}
</p>
</Article>
}

Expand Down
6 changes: 5 additions & 1 deletion src/components/InfoPanel.css
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,10 @@ aside .title h2 {
padding-right: 0;
max-height: unset;
}

aside > * {
flex-grow: 0;
}

aside .title {
flex-basis: 0;
Expand All @@ -58,7 +62,7 @@ aside > article {
box-sizing: border-box;
background: var(--background);
box-shadow: inset 0 .25rem .25rem rgba(0, 0, 0, .33);
flex: 1 1 200px;
flex-basis: 200px;
}

article.gallery {
Expand Down

0 comments on commit 6f5be2c

Please sign in to comment.