css dla komorek

This commit is contained in:
Mateusz Gruszczyński
2026-02-04 15:22:21 +01:00
parent 5eb3134948
commit ca3e3d1126
3 changed files with 58 additions and 85 deletions

View File

@@ -28,10 +28,9 @@
<!-- Time & Reset Selector -->
<div class="d-flex justify-content-center align-items-center gap-2 mb-3 flex-wrap">
<div class="d-flex gap-1 align-items-center">
<div class="time-selector-wrapper mb-3">
{% for key, r in time_ranges.items() %}
<button class="btn btn-sm btn-outline-primary time-btn {% if key == default_range %}active{% endif %}"
style="min-width: 45px; height: 31px; display: flex; align-items: center; justify-content: center;"
data-range="{{ key }}" onclick="changeTimeRange('{{ key }}')">
{{ key }}
</button>