UI bug fixes

This commit is contained in:
zzossig 2020-01-26 21:28:16 +09:00
parent 8ccb48fd93
commit c6d660c29a
5 changed files with 10 additions and 6 deletions

View File

@ -9,14 +9,12 @@ html {
} }
body { body {
font-size: 16px; font: normal 125% / 1.4 $text-font-stack;
font-family: $text-font-stack;
} }
code, code,
pre { pre {
font-size: 13.8px; font: normal 125% / 1.8 $code-font-stack;
font-family: $code-font-stack;
} }
.h1 { .h1 {

View File

@ -17,6 +17,7 @@
} }
li { li {
font-size: 15.2px;
margin: 0 0 0.525rem 2rem !important; margin: 0 0 0.525rem 2rem !important;
&:first-child { &:first-child {
@ -24,6 +25,7 @@
} }
li { li {
font-size: 14.4px;
margin: 0 0 0.25rem 1.25rem !important; margin: 0 0 0.25rem 1.25rem !important;
} }
} }

View File

@ -149,7 +149,6 @@
&__title { &__title {
height: $grid_navbar_height; height: $grid_navbar_height;
line-height: $grid_navbar_height;
font-size: 1.5rem; font-size: 1.5rem;
@include flexbox(); @include flexbox();

View File

@ -60,6 +60,7 @@
} }
margin: 1rem 0; margin: 1rem 0;
font-size: 1rem;
line-height: 1.7; line-height: 1.7;
width: inheirt; width: inheirt;
max-width: inherit; max-width: inherit;
@ -130,6 +131,7 @@
overflow: auto; overflow: auto;
border-radius: 0.34rem; border-radius: 0.34rem;
line-height: 1.5; line-height: 1.5;
font-size: 13.8px;
@include themify($themes) { @include themify($themes) {
@include webkit-scrollbars(themed('custom-scrollbar-foreground-color'), themed('custom-scrollbar-background-color')); @include webkit-scrollbars(themed('custom-scrollbar-foreground-color'), themed('custom-scrollbar-background-color'));
@ -161,6 +163,7 @@
height: 30px; height: 30px;
z-index: z('content'); z-index: z('content');
line-height: 30px; line-height: 30px;
font-size: 13.8px;
font-family: $title-font; font-family: $title-font;
font-weight: bold; font-weight: bold;
display: inline-block; display: inline-block;
@ -386,6 +389,7 @@
code, pre { code, pre {
padding: .5rem 0; padding: .5rem 0;
line-height: 1.5; line-height: 1.5;
font-size: 13.8px;
font-family: $code-font-stack; font-family: $code-font-stack;
overflow: auto; overflow: auto;
@ -476,6 +480,7 @@ pre:not(.chroma) {
width: 100%; width: 100%;
height: 30px; height: 30px;
line-height: 1.9; line-height: 1.9;
font-size: 13.8px;
font-family: $title-font; font-family: $title-font;
font-weight: bold; font-weight: bold;
display: inline-block; display: inline-block;