From 6a002feff51deba4648de7c181683045be8a6abc Mon Sep 17 00:00:00 2001 From: Kibi Kelburton Date: Thu, 23 Jan 2025 23:52:34 +0000 Subject: [PATCH] =?UTF-8?q?alterf0cktive=20Art=20f0ck=20auf=20dem=20Mobilg?= =?UTF-8?q?er=C3=A4t=20zu=20nutzen?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/s/css/f0ck.css | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/public/s/css/f0ck.css b/public/s/css/f0ck.css index ed89d38..a792f3a 100644 --- a/public/s/css/f0ck.css +++ b/public/s/css/f0ck.css @@ -3015,4 +3015,17 @@ input#s_avatar { #s_avatar:hover { background: #ffffff0f; +} + +/* nav ↓ (mobile) */ +@media (max-width: 768px) { +body { + display: grid; +} + +.navbar.navbar-expand-lg { + grid-row-start: 2; + position: sticky; + bottom: 0; +} } \ No newline at end of file