some ui bug fixes
This commit is contained in:
parent
4663bd7e4f
commit
3f5db9b441
|
@ -26,10 +26,10 @@
|
|||
}
|
||||
|
||||
&__slide-down {
|
||||
// svg {
|
||||
// margin: auto;
|
||||
// display: block;
|
||||
// }
|
||||
svg {
|
||||
margin: auto;
|
||||
display: block;
|
||||
}
|
||||
|
||||
@include themify($themes) {
|
||||
background-color: themed('navbar-background-color');
|
||||
|
@ -189,6 +189,8 @@
|
|||
@include no-select;
|
||||
@include themify($themes) {
|
||||
color: themed('navbar-title-color');
|
||||
border-top: 1px solid transparent;
|
||||
border-bottom: 1px solid themed('navbar-border-bottom-color');
|
||||
@include on-event {
|
||||
color: themed('navbar-title-hover-color');
|
||||
background-color: themed('navbar-menu-hover-background-color');
|
||||
|
|
|
@ -541,3 +541,17 @@ li .highlight > .chroma {
|
|||
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