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;
}
button {
padding: 0;
}
// Media
img,
video {

View File

@ -149,8 +149,9 @@
&__title {
height: $grid_navbar_height;
line-height: $grid_navbar_height;
font-size: 1.5rem;
@include flexbox();
@include align-items(center);
@ -325,7 +326,7 @@
}
}
&-trigger {
&-trigger {
padding: 0.5rem;
cursor: pointer;
border: none;
@ -400,7 +401,6 @@
right: 35px * 2;
width: 35px;
height: $grid_navbar_height;
padding: 0.25rem;
cursor: pointer;
z-index: z('modal');
@ -432,12 +432,12 @@
}
&-trigger {
padding: 0.5rem;
padding: 0.25rem;
cursor: pointer;
border: none;
outline: none;
width: 35px;
height: $grid_navbar_height;
height: $grid_navbar_height !important;
color: inherit;
background-color: inherit;
}

View File

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