some ui bug fixes
This commit is contained in:
parent
3f5db9b441
commit
56e16a54b1
|
@ -82,6 +82,10 @@ textarea {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
button {
|
||||||
|
padding: 0;
|
||||||
|
}
|
||||||
|
|
||||||
// Media
|
// Media
|
||||||
img,
|
img,
|
||||||
video {
|
video {
|
||||||
|
|
|
@ -149,8 +149,9 @@
|
||||||
|
|
||||||
&__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();
|
||||||
@include align-items(center);
|
@include align-items(center);
|
||||||
|
|
||||||
|
@ -325,7 +326,7 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
&-trigger {
|
&-trigger {
|
||||||
padding: 0.5rem;
|
padding: 0.5rem;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
border: none;
|
border: none;
|
||||||
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
|
@ -542,7 +542,7 @@ li .highlight > .chroma {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
td {
|
td:not(.lntd) {
|
||||||
code {
|
code {
|
||||||
padding: 2px 7px !important;
|
padding: 2px 7px !important;
|
||||||
}
|
}
|
||||||
|
|
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue