css dla komorek
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user