From 87096ea92fe77dd301a1979a8f8d09c92116c057 Mon Sep 17 00:00:00 2001 From: Pavel Loginov Date: Sat, 30 Apr 2022 23:12:25 +0300 Subject: [PATCH] v6.0.0.0 Changelog: https://roxy-wi.org/changelog.py#6 --- app/templates/include/no_sub.html | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/app/templates/include/no_sub.html b/app/templates/include/no_sub.html index a3fe929a..b7218ac4 100644 --- a/app/templates/include/no_sub.html +++ b/app/templates/include/no_sub.html @@ -2,7 +2,11 @@ #oops_div { position: absolute; right: 0; - top: 10px; + {% if page == 'servers.py' or page == 'users.py' %} + margin-top: 50px; + {% else %} + bottom: 50px; + {% endif %} }