chore: improved responsiveness of stats headers

This commit is contained in:
2025-05-07 21:03:44 +02:00
parent bf88caa704
commit a68c5020d9
2 changed files with 6 additions and 2 deletions
+1 -1
View File
@@ -15,7 +15,7 @@
<div class="dropdown_wrapper" v-if="showDropdown">
<div>
<h1 class="stats-title text--primary">
<img src="/images/icon-stats.svg" alt="Open filters icon" />
<img src="/images/icon-stats.svg" alt="Open filters icon" height="28" />
{{ $t('station-stats.title') }}
</h1>
+5 -1
View File
@@ -14,7 +14,7 @@
<transition name="dropdown-anim">
<div class="dropdown_wrapper" v-if="showOptions">
<h1 class="text--primary">
<img src="/images/icon-stats.svg" alt="Open filters icon" />
<img src="/images/icon-stats.svg" alt="Open filters icon" height="28" />
{{ $t('train-stats.title') }}
</h1>
@@ -256,5 +256,9 @@ h3 {
.no-data {
text-align: center;
}
h1 {
text-align: center;
}
}
</style>