some ui bug fixes
This commit is contained in:
parent
4663bd7e4f
commit
3f5db9b441
|
@ -26,10 +26,10 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
&__slide-down {
|
&__slide-down {
|
||||||
// svg {
|
svg {
|
||||||
// margin: auto;
|
margin: auto;
|
||||||
// display: block;
|
display: block;
|
||||||
// }
|
}
|
||||||
|
|
||||||
@include themify($themes) {
|
@include themify($themes) {
|
||||||
background-color: themed('navbar-background-color');
|
background-color: themed('navbar-background-color');
|
||||||
|
@ -189,6 +189,8 @@
|
||||||
@include no-select;
|
@include no-select;
|
||||||
@include themify($themes) {
|
@include themify($themes) {
|
||||||
color: themed('navbar-title-color');
|
color: themed('navbar-title-color');
|
||||||
|
border-top: 1px solid transparent;
|
||||||
|
border-bottom: 1px solid themed('navbar-border-bottom-color');
|
||||||
@include on-event {
|
@include on-event {
|
||||||
color: themed('navbar-title-hover-color');
|
color: themed('navbar-title-hover-color');
|
||||||
background-color: themed('navbar-menu-hover-background-color');
|
background-color: themed('navbar-menu-hover-background-color');
|
||||||
|
|
|
@ -541,3 +541,17 @@ li .highlight > .chroma {
|
||||||
padding: 0 0.3rem;
|
padding: 0 0.3rem;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
td {
|
||||||
|
code {
|
||||||
|
padding: 2px 7px !important;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
table:not(.lntable) {
|
||||||
|
td {
|
||||||
|
code {
|
||||||
|
padding: 2px 7px !important;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue