From 90e8f95be71083ae1bd1fea785672639b91c10d1 Mon Sep 17 00:00:00 2001 From: hyperbel Date: Tue, 24 Oct 2023 14:18:00 +0000 Subject: [PATCH] less position: fixed;! --- party/static/css/session.css | 11 ++++++++++- party/templates/session.html | 6 +++--- 2 files changed, 13 insertions(+), 4 deletions(-) diff --git a/party/static/css/session.css b/party/static/css/session.css index 5e771d1..62b8b66 100644 --- a/party/static/css/session.css +++ b/party/static/css/session.css @@ -10,7 +10,6 @@ header { background-color: #333; height: 5%; width: 100%; - position: fixed; } header ul { @@ -753,3 +752,13 @@ section { #settings_button + label { content: url('/static/icons/settings.png'); } + +footer { + position: fixed; + bottom: 0; + width: 100%; + background-color: #333; + color: rgb(220, 220, 210); + text-align: center; + padding: 10px; +} diff --git a/party/templates/session.html b/party/templates/session.html index 2f52f70..483d4be 100644 --- a/party/templates/session.html +++ b/party/templates/session.html @@ -231,9 +231,9 @@ -