From c1dfd130259b8747c84086ed93b5aa37fdbd1fc5 Mon Sep 17 00:00:00 2001 From: soaos Date: Fri, 3 Apr 2026 18:40:22 -0400 Subject: viewport meta tag --- static/style.css | 16 ++++++++-------- templates/base.html | 1 + 2 files changed, 9 insertions(+), 8 deletions(-) diff --git a/static/style.css b/static/style.css index 804ce8d..038a78e 100644 --- a/static/style.css +++ b/static/style.css @@ -43,8 +43,7 @@ a:not(:has(img, div))[target="_blank"]::after { content: " ⎘"; } -a:not(:has(img,div))[href^="https://tv.soaos.dev/w/"]::before -{ +a:not(:has(img, div))[href^="https://tv.soaos.dev/w/"]::before { content: "📺 "; } @@ -116,7 +115,6 @@ a.evil:hover { .no-bullets { list-style-type: none; padding-left: 0; - :w; } #badge-grid { @@ -189,14 +187,16 @@ body { } #statuscafe { -padding: .5em; -background-color: var(--button-highlight); + padding: .5em; + background-color: var(--button-highlight); } + #statuscafe-username { -margin-bottom: .5em; + margin-bottom: .5em; } + #statuscafe-content { -margin: 0 1em 0.5em 1em; + margin: 0 1em 0.5em 1em; } .album-thumb { @@ -222,4 +222,4 @@ margin: 0 1em 0.5em 1em; /**/ /* h6 { */ /* color: var(--purple); */ -/* } */ +/* } */ \ No newline at end of file diff --git a/templates/base.html b/templates/base.html index cdf718d..1435106 100644 --- a/templates/base.html +++ b/templates/base.html @@ -10,6 +10,7 @@ + {% block headcontent %} {% endblock headcontent %} -- cgit v1.3-2-g0d8e