evaluating if it's better to modify the script or style everything
authordanix <danix@danix.xyz>
Sun, 26 Feb 2023 17:44:41 +0000 (18:44 +0100)
committerdanix <danix@danix.xyz>
Sun, 26 Feb 2023 17:44:41 +0000 (18:44 +0100)
gitweb-danixland/gitweb.css

index 5f233c0..3c7a7b1 100644 (file)
@@ -204,31 +204,36 @@ td, th {
 .page_footer,
 .site-footer {
   width: 100%;
-  height: 80px;
   background: var(--bg-alt);
 }
 
 .page_footer {
+  height: 40px;
   position: absolute;
   left: 0;
   bottom: 0;
-  line-height: 80px;
+  line-height: 40px;
   margin-top: 15px;
   border-top: 2px solid var(--border);
   border-bottom: 1px solid var(--border);
 }
 
 .page_footer_text {
+  background-color: var(--accent);
   color: var(--fg);
+  text-align: right;
   display: inline;
   float: right;
-  margin-right: 25px;
-  width: 80%;
+  width: calc(100% - 2em);
   overflow: hidden;
   white-space: nowrap;
   text-overflow: ellipsis;
 }
 
+.site-footer {
+
+}
+
 a.rss_logo {
   border: 0;
   clip: rect(1px, 1px, 1px, 1px);