article > toc button : at title leve
All checks were successful
Deploy / Deploy to Production (push) Successful in 6s

This commit is contained in:
isUnknown 2026-03-28 16:32:27 +01:00
parent 16b634aba3
commit 554a650b91
4 changed files with 26 additions and 21 deletions

View file

@ -12,16 +12,6 @@
bottom: 0;
}
@media screen and (max-width: 640px) {
#main-footer ul {
bottom: 0;
display: flex;
justify-content: space-around;
border-top: 1px solid var(--color-primary);
background-color: var(--color-background);
}
}
#main-footer li:not(.footer-btn-wrapper) {
display: none;
}
@ -52,6 +42,14 @@
line-height: 1;
padding: calc(var(--unit--vertical) / 2) var(--unit--horizontal);
}
#main-footer ul {
bottom: 0;
display: flex;
justify-content: space-around;
border-top: 1px solid var(--color-primary);
background-color: var(--color-background);
}
}
@media screen and (min-width: 640px) {
@ -83,4 +81,9 @@
border: none;
background-color: transparent;
}
.side-panel-button-wrapper {
position: fixed;
top: calc(var(--unit--vertical) * 7);
}
}

View file

@ -1082,15 +1082,6 @@ body.full-width #main-content {
bottom: 0;
}
@media screen and (max-width: 640px) {
#main-footer ul {
bottom: 0;
display: flex;
justify-content: space-around;
border-top: 1px solid var(--color-primary);
background-color: var(--color-background);
}
}
#main-footer li:not(.footer-btn-wrapper) {
display: none;
}
@ -1122,6 +1113,13 @@ body.full-width #main-content {
line-height: 1;
padding: calc(var(--unit--vertical) / 2) var(--unit--horizontal);
}
#main-footer ul {
bottom: 0;
display: flex;
justify-content: space-around;
border-top: 1px solid var(--color-primary);
background-color: var(--color-background);
}
}
@media screen and (min-width: 640px) {
#main-footer li {
@ -1149,6 +1147,10 @@ body.full-width #main-content {
border: none;
background-color: transparent;
}
.side-panel-button-wrapper {
position: fixed;
top: calc(var(--unit--vertical) * 7);
}
}
.toggle-light {
position: fixed;

File diff suppressed because one or more lines are too long