diff --git a/files/assets/css/main.css b/files/assets/css/main.css index 504994128..f2325d898 100644 --- a/files/assets/css/main.css +++ b/files/assets/css/main.css @@ -5007,16 +5007,4 @@ th, td { .text-small-mobile { font-size: min(2.7vw,14px) !important; -} - -@media (max-width: 500px) { - .text-small-m { - font-size: min(3.3vw,12px) !important; - margin-right: min(1.5vw,0.5rem) !important; - padding: min(1vw,0.75rem) !important; - } - .ddd { - margin-right: 0 !important; - margin-left: min(1.1vw,0.5rem) !important; - } -} +} \ No newline at end of file diff --git a/files/templates/authforms.html b/files/templates/authforms.html index dfaf5f241..daf2e718f 100644 --- a/files/templates/authforms.html +++ b/files/templates/authforms.html @@ -15,7 +15,7 @@ {% if v %} - + {% if v.agendaposter %} - + {% endif %} diff --git a/files/templates/default.html b/files/templates/default.html index 1a27c7359..e01aee1af 100644 --- a/files/templates/default.html +++ b/files/templates/default.html @@ -7,7 +7,7 @@ {% if v %} - + {% if v.agendaposter %} - + {% endif %} {% if sub and sub.css and not request.path.endswith('settings') %} @@ -231,7 +231,7 @@ {% if sub %} {% elif SITE_NAME == 'Drama' %} - {% set path = "assets/images/" + SITE_NAME + "/banners_bhm" %} + {% set path = "assets/images/" + SITE_NAME + "/banners" %} {% set image = "/static/" + path + "/" + listdir('files/' + path)|random() + '?v=21' %} diff --git a/files/templates/home.html b/files/templates/home.html index 63bf48188..6ab929379 100644 --- a/files/templates/home.html +++ b/files/templates/home.html @@ -37,15 +37,29 @@ {% block navbar %} - {% if v and v.paid_dues %} - {% if ccmode=="true"%} - CC - {% else %} - CC - {% endif %} - {% endif %} - {% if v %} + + + {% if v.paid_dues %} + {% if ccmode=="true"%} + CC + {% else %} + CC + {% endif %} + {% endif %} + diff --git a/files/templates/log.html b/files/templates/log.html index 972e18ce5..3c5c668b0 100644 --- a/files/templates/log.html +++ b/files/templates/log.html @@ -6,7 +6,7 @@ {% block content %} {% if v %} - + {% if v.agendaposter %} - + {% endif %} diff --git a/files/templates/login.html b/files/templates/login.html index 5afb8048e..3ab0fbe1e 100644 --- a/files/templates/login.html +++ b/files/templates/login.html @@ -18,7 +18,7 @@ {% endblock %} - + diff --git a/files/templates/login_2fa.html b/files/templates/login_2fa.html index 42868868a..3cef89ae5 100644 --- a/files/templates/login_2fa.html +++ b/files/templates/login_2fa.html @@ -14,7 +14,7 @@ 2-Step Login - {{SITE_NAME}} - + diff --git a/files/templates/settings.html b/files/templates/settings.html index 0eb7f06b1..9a1e2c977 100644 --- a/files/templates/settings.html +++ b/files/templates/settings.html @@ -34,7 +34,7 @@ - + {% if v.agendaposter %} - + {% else %} - + {% endif %} diff --git a/files/templates/sign_up.html b/files/templates/sign_up.html index 76900d4d4..8e18b2056 100644 --- a/files/templates/sign_up.html +++ b/files/templates/sign_up.html @@ -31,7 +31,7 @@ {% if ref_user %}{{ref_user.username}} invites you to {{SITE_NAME}}{% else %}Sign up - {{SITE_NAME}}{% endif %} - + diff --git a/files/templates/sign_up_failed_ref.html b/files/templates/sign_up_failed_ref.html index 1afce8b60..d683abf3d 100644 --- a/files/templates/sign_up_failed_ref.html +++ b/files/templates/sign_up_failed_ref.html @@ -32,7 +32,7 @@ {% if ref_user %}{{ref_user.username}} invites you to {{SITE_NAME}}{% else %}{{SITE_NAME}}{% endif %} - + diff --git a/files/templates/submit.html b/files/templates/submit.html index 59e51d537..e034c3e5e 100644 --- a/files/templates/submit.html +++ b/files/templates/submit.html @@ -26,7 +26,7 @@ {% block stylesheets %} {% if v %} - + {% if v.agendaposter %} - + {% endif %} {% endblock %}