some ui bug fixes

This commit is contained in:
zzossig 2020-01-26 19:59:22 +09:00
parent 3f5db9b441
commit 56e16a54b1
4 changed files with 11 additions and 7 deletions

View File

@ -82,6 +82,10 @@ textarea {
margin: 0; margin: 0;
} }
button {
padding: 0;
}
// Media // Media
img, img,
video { video {

View File

@ -149,6 +149,7 @@
&__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();
@ -400,7 +401,6 @@
right: 35px * 2; right: 35px * 2;
width: 35px; width: 35px;
height: $grid_navbar_height; height: $grid_navbar_height;
padding: 0.25rem;
cursor: pointer; cursor: pointer;
z-index: z('modal'); z-index: z('modal');
@ -432,12 +432,12 @@
} }
&-trigger { &-trigger {
padding: 0.5rem; padding: 0.25rem;
cursor: pointer; cursor: pointer;
border: none; border: none;
outline: none; outline: none;
width: 35px; width: 35px;
height: $grid_navbar_height; height: $grid_navbar_height !important;
color: inherit; color: inherit;
background-color: inherit; background-color: inherit;
} }

View File

@ -542,7 +542,7 @@ li .highlight > .chroma {
} }
} }
td { td:not(.lntd) {
code { code {
padding: 2px 7px !important; padding: 2px 7px !important;
} }