Skip to content

Commit

Permalink
tweak CSS for project link
Browse files Browse the repository at this point in the history
  • Loading branch information
mojavelinux committed Aug 11, 2024
1 parent 1b22d89 commit 94ad91e
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions src/css/toolbar.css
Original file line number Diff line number Diff line change
Expand Up @@ -54,15 +54,15 @@
}

.project-link {
display: block;
display: none;
filter: var(--toolbar-primary-icon-filter);
margin-right: 1ch;
}

.project-link .icon {
display: inherit;
height: 1rem;
width: 1rem;
height: 1.25em;
width: 1.25em;
}

.project-link .icon img {
Expand All @@ -76,6 +76,7 @@
}

@media screen and (min-width: 1024px) {
.project-link,
.edit-this-page {
display: block;
}
Expand Down

0 comments on commit 94ad91e

Please sign in to comment.