poprawka dla malych ekranow

This commit is contained in:
Mateusz Gruszczyński
2026-01-13 11:25:55 +01:00
parent 218191a718
commit a4403a0d33

View File

@@ -57,11 +57,18 @@
{% else %}
<div class="d-flex justify-content-center align-items-center text-white small flex-wrap text-center user-info-compact">
<!-- Desktop/tablet: tekst -->
<div class="d-none d-sm-flex justify-content-center align-items-center text-white small flex-wrap text-center user-info-compact">
<span class="me-1 user-info-label">Przeglądasz jako</span>
<span class="badge rounded-pill bg-info">niezalogowany/a</span>
</div>
<!-- Mobile: ikonka zamiast tekstu -->
<div class="d-flex d-sm-none justify-content-center align-items-center text-white small flex-wrap text-center user-info-compact">
<span class="me-1" aria-label="Niezalogowany">👥</span>
<span class="badge rounded-pill bg-info">gość</span>
</div>
{% endif %}
{% endif %}