Commit 9db0ce69 authored by jan.koester's avatar jan.koester
Browse files

test

parent dacba392
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -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 {
+24 −3
Original line number Diff line number Diff line
@@ -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;
  }

}
@@ -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;
  }

}
@@ -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;
  }

}
+1 −1
Original line number Diff line number Diff line
@@ -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);