Loading data/themes/default/public/mstyle.css +7 −0 Original line number Diff line number Diff line Loading @@ -99,6 +99,13 @@ body { bottom:0px; background: var(--blogi-surface); width:100%; z-index:50; } #footernav { display:flex; justify-content:center; gap:0.5em; } #menunav { Loading data/themes/default/public/style.css +24 −3 Original line number Diff line number Diff line Loading @@ -103,7 +103,14 @@ background: var(--blogi-surface); min-width:1024px; width:100%; height:50px; min-height:50px; z-index:50; } #footernav { display:flex; justify-content:center; gap:1em; } } Loading Loading @@ -185,7 +192,14 @@ background: var(--blogi-surface); min-width:1440px; width:100%; height:50px; min-height:50px; z-index:50; } #footernav { display:flex; justify-content:center; gap:1em; } } Loading Loading @@ -263,7 +277,14 @@ background: var(--blogi-surface); min-width:3000px; width:100%; height:50px; min-height:50px; z-index:50; } #footernav { display:flex; justify-content:center; gap:1em; } } Loading src/theme.cpp +1 −1 Original line number Diff line number Diff line Loading @@ -506,7 +506,7 @@ void blogi::Theme::printSite(const int tid,libhtmlpp::HtmlString &output,libhtml footerancor << "</div>"; if(footernav) footernav->insertChild(footerancor.parse()); footernav->appendChild(footerancor.parse()); // Inject theme color CSS variables into <head> injectThemeColors(tid, index); Loading Loading
data/themes/default/public/mstyle.css +7 −0 Original line number Diff line number Diff line Loading @@ -99,6 +99,13 @@ body { bottom:0px; background: var(--blogi-surface); width:100%; z-index:50; } #footernav { display:flex; justify-content:center; gap:0.5em; } #menunav { Loading
data/themes/default/public/style.css +24 −3 Original line number Diff line number Diff line Loading @@ -103,7 +103,14 @@ background: var(--blogi-surface); min-width:1024px; width:100%; height:50px; min-height:50px; z-index:50; } #footernav { display:flex; justify-content:center; gap:1em; } } Loading Loading @@ -185,7 +192,14 @@ background: var(--blogi-surface); min-width:1440px; width:100%; height:50px; min-height:50px; z-index:50; } #footernav { display:flex; justify-content:center; gap:1em; } } Loading Loading @@ -263,7 +277,14 @@ background: var(--blogi-surface); min-width:3000px; width:100%; height:50px; min-height:50px; z-index:50; } #footernav { display:flex; justify-content:center; gap:1em; } } Loading
src/theme.cpp +1 −1 Original line number Diff line number Diff line Loading @@ -506,7 +506,7 @@ void blogi::Theme::printSite(const int tid,libhtmlpp::HtmlString &output,libhtml footerancor << "</div>"; if(footernav) footernav->insertChild(footerancor.parse()); footernav->appendChild(footerancor.parse()); // Inject theme color CSS variables into <head> injectThemeColors(tid, index); Loading