Skip to content

Commit

Permalink
Corrects pretty header on mobile
Browse files Browse the repository at this point in the history
By removing it.

Closes #99

Signed-off-by: Sigrunixia <[email protected]>
  • Loading branch information
sigrunixia authored and ebullient committed Aug 7, 2024
1 parent 00b1e00 commit a351a4e
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions src/fragments/_03f-metadata-view.scss
Original file line number Diff line number Diff line change
Expand Up @@ -127,3 +127,19 @@ body {
padding: 0;
margin-bottom: 0;
}

@media screen and (max-width: 700px) {

.metadata-properties-title {
display: none;
}

.markdown-source-view .metadata-container .metadata-add-button {
margin-top: revert;
padding-left: revert;
position: revert;
font-size: revert;
left: revert;
top: revert;
}
}

0 comments on commit a351a4e

Please sign in to comment.