update
This commit is contained in:
parent
f7ff081871
commit
2c206fb72c
|
@ -26,7 +26,7 @@ function layoutWidgets() {
|
|||
function layoutFooterDiv() {
|
||||
if (theme.footer.social && theme.footer.social.length > 0) {
|
||||
var el = '<footer class="footer dis-select">';
|
||||
if (page.layout === 'wiki' && page.wiki) {
|
||||
if (page.layout === 'wiki' && page.wiki && page.menu_id === 'wiki') {
|
||||
const proj = theme.wiki.projects[page.wiki];
|
||||
if (proj.repo) {
|
||||
el += '<div class="proj-wrap">';
|
||||
|
|
|
@ -37,10 +37,8 @@
|
|||
font-weight: 700
|
||||
&:not(:only-child)
|
||||
border-bottom: 1px solid var(--block-border)
|
||||
&:hover
|
||||
background: var(--block-hover)
|
||||
&:after
|
||||
content: none
|
||||
&:hover:after
|
||||
content: none
|
||||
>.toc
|
||||
padding: 4px
|
||||
background: var(--card)
|
||||
|
|
Loading…
Reference in New Issue