From 4f922a91e63822603e0631a008bd5f3783ab14d9 Mon Sep 17 00:00:00 2001 From: ericb Date: Tue, 26 Nov 2024 17:45:04 +0100 Subject: [PATCH] Fixed things --- static/css/main.css | 34 +++++++++++++++++++++++++++------- 1 file changed, 27 insertions(+), 7 deletions(-) diff --git a/static/css/main.css b/static/css/main.css index f06e7a8..316107d 100644 --- a/static/css/main.css +++ b/static/css/main.css @@ -52,6 +52,9 @@ body { #mainNav, .offcanvas-backdrop{ top: var(--top-bar); } +/* .offcanvas-body{ + background-color: var(--accent-light); +} */ .offcanvas-header, .offcanvas-body{ padding: 1.625rem; } @@ -64,9 +67,9 @@ body { height: auto; min-height: calc(100vh - var(--top-bar)) } -[data-platform="public"] > [data-screen="connect"]{ -/* background-color: var(--accent-normal); */ -} +/* [data-platform="public"] > [data-screen="connect"]{ + background-color: var(--accent-normal); +} */ [data-screen="404"] .container{ justify-content: center; } @@ -209,11 +212,25 @@ article li:not(:first-of-type){ background: white; padding: calc(var(--div-padding) / 2); border-radius: 0.25rem; - margin-top: 1rem + margin-top: 1rem; + position: relative; +} +.profile:not(:first-child){ + margin-top: 1.75rem; +} +.profile:not(:first-child):before { + content: '•••'; + display: flex; + position: absolute; + top: -1.625rem; + width: 100%; + left: 0; + justify-content: center; + align-items: center; + font-size: 2rem; + line-height: .525; + color: darkgray; } -/* .profile:nth-child(even){ - margin-top: 1rem -} */ .user-avatar img{ width: 9em; height: 9em; @@ -398,6 +415,9 @@ footer a img{ width: fit-content; margin: calc(var(--div-padding) / 1.25) auto 0; } + .offcanvas-body{ + background-color: var(--accent-light); + } } @media (576px <= width <= 992px) { .btn-stack{