Skip to content

Commit 94ad91e

Browse files
committed
tweak CSS for project link
1 parent 1b22d89 commit 94ad91e

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

src/css/toolbar.css

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -54,15 +54,15 @@
5454
}
5555

5656
.project-link {
57-
display: block;
57+
display: none;
5858
filter: var(--toolbar-primary-icon-filter);
5959
margin-right: 1ch;
6060
}
6161

6262
.project-link .icon {
6363
display: inherit;
64-
height: 1rem;
65-
width: 1rem;
64+
height: 1.25em;
65+
width: 1.25em;
6666
}
6767

6868
.project-link .icon img {
@@ -76,6 +76,7 @@
7676
}
7777

7878
@media screen and (min-width: 1024px) {
79+
.project-link,
7980
.edit-this-page {
8081
display: block;
8182
}

0 commit comments

Comments
 (0)