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