From c0219236682edcbf4cec9f18e629c13428d93803 Mon Sep 17 00:00:00 2001 From: mxdanger <32040254+mxdanger@users.noreply.github.com> Date: Fri, 29 Apr 2022 02:04:01 -0700 Subject: [PATCH] Fixed nav alignment Added missing icon import on about page --- web/_css/style.css | 13 +++---------- web/about.html | 11 ++++++----- web/index.html | 6 +++--- 3 files changed, 12 insertions(+), 18 deletions(-) diff --git a/web/_css/style.css b/web/_css/style.css index 8b75a3b6..77559b56 100644 --- a/web/_css/style.css +++ b/web/_css/style.css @@ -61,7 +61,7 @@ @supports (backdrop-filter: blur()) or (-webkit-backdrop-filter: blur()) { } #offcanvasList, #offcanvasDraw { - top: 3.70rem; + top: 3.7rem; } body[data-mode]:not([data-mode="draw"]) #drawNavButtons, [data-mode="draw"] #defaultNavButtons { @@ -164,7 +164,7 @@ #objectsListOverflowNotice { position: absolute; right: 0; bottom: 1rem; - box-shadow: 0 .25rem 1rem rgba(17,17,17,.75)!important; + box-shadow: 0 .25rem 1rem rgba(17,17,17,.75) !important; } @media (max-width: 976px) { @@ -416,16 +416,9 @@ .period-group.no-time-slider label { } @media (prefers-reduced-motion: reduce) { - body[data-init-done] .listTransitioning #innerContainer, - #bottomBar { + body[data-init-done] .listTransitioning #innerContainer, #bottomBar { transition: none !important; } } -.navbar-brand img { - height: 2rem; - width: 2rem; - vertical-align: -0.5rem; -} - /* purgecss end ignore */ \ No newline at end of file diff --git a/web/about.html b/web/about.html index 3b0850b2..573be11c 100644 --- a/web/about.html +++ b/web/about.html @@ -40,18 +40,19 @@ - - - + + + +