fix shit for mobilecels

pull/79/head
geese_suck 2022-12-16 20:01:16 -08:00
parent cd3fb9a5ff
commit 382995ca74
Signed by: geese_suck
GPG Key ID: 4D09E4B0A7264746
2 changed files with 9 additions and 2 deletions

View File

@ -519,7 +519,7 @@ body {
/* Change mobile navbar icon colors to basketball */
#mobile-bottom-navigation-bar i {
color: #000 !important;
color: var(--gray-200)!important;
}
#mobile-bottom-navigation-bar {
@ -534,3 +534,9 @@ body {
/* Real work, lol */
display: none;
}
@media (max-width: 767.98px) {
.candy-cane, .sign {
bottom: 3rem !important;
}
}

View File

@ -353,7 +353,8 @@
{% endif %}
<li class="mt-3">
{% if has_sidebar %}
{% include "sidebar_" ~ SITE_NAME ~ ".html" %}
{% set sidebar = "sidebar_" ~ SITE_NAME ~ ".html" %}
{% include sidebar if not EVENT_SIDEBAR else 'event/' ~ sidebar %}
{% endif %}
</li>
</ul>