Skip to content

Commit

Permalink
fix: samesite css
Browse files Browse the repository at this point in the history
  • Loading branch information
rottenpen committed Jul 16, 2022
1 parent 392297f commit 16abac4
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions packages/@vuepress/theme-default/src/client/styles/navbar.scss
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,14 @@
}

.site-name {
width: calc(100vw - 9.4rem);
font-size: 1.3rem;
font-weight: 600;
color: var(--c-text);
position: relative;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
}

.navbar-items-wrapper {
Expand Down Expand Up @@ -46,13 +50,6 @@
.can-hide {
display: none;
}

.site-name {
width: calc(100vw - 9.4rem);
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
}
}
}

Expand Down

0 comments on commit 16abac4

Please sign in to comment.