docs: update theme preview and translation (#262)

This commit is contained in:
Dillon
2020-04-26 23:00:29 +08:00
committed by GitHub
parent a4439ad596
commit 19c7da333d
55 changed files with 728 additions and 114 deletions

View File

@@ -26,7 +26,7 @@ header {
.header-title {
font-family: $header-title-font-family;
font-weight: bold;
margin-right: .5rem;
margin: 0 .5rem;
min-width: 10%;
overflow: hidden;
white-space: nowrap;
@@ -140,7 +140,7 @@ header {
line-height: $header-height;
.header-wrapper {
padding: 0 1.5rem;
padding: 0 10vw;
.header-title {
font-size: $header-title-font-size;
@@ -329,7 +329,7 @@ header {
@include box-shadow(0 .125rem .25rem rgba(0, 0, 0, .1));
&.desktop {
right: 1.5rem;
right: 10vw;
width: 30rem;
}