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 %} /s/{{sub.name}} banner {% 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 %} +