mirror of
https://github.com/Spythere/stacjownik.git
synced 2026-05-04 05:48:11 +00:00
chore: stats button responsiveness
This commit is contained in:
@@ -9,7 +9,7 @@
|
|||||||
<button class="filter-button btn--filled btn--image" @click="toggleDropdown" ref="button">
|
<button class="filter-button btn--filled btn--image" @click="toggleDropdown" ref="button">
|
||||||
<img src="/images/icon-stats.svg" alt="Open filters icon" />
|
<img src="/images/icon-stats.svg" alt="Open filters icon" />
|
||||||
<!-- {{ $t('train-stats.stats-button') }} -->
|
<!-- {{ $t('train-stats.stats-button') }} -->
|
||||||
STATYSTYKI
|
<span>STATYSTYKI</span>
|
||||||
</button>
|
</button>
|
||||||
|
|
||||||
<transition name="dropdown-anim">
|
<transition name="dropdown-anim">
|
||||||
@@ -200,15 +200,6 @@ h3 {
|
|||||||
margin: 0.5em 0;
|
margin: 0.5em 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
// .stats-row {
|
|
||||||
// display: flex;
|
|
||||||
// justify-content: center;
|
|
||||||
// flex-wrap: wrap;
|
|
||||||
// text-wrap: pretty;
|
|
||||||
// gap: 0.25em;
|
|
||||||
// margin-top: 0.25em;
|
|
||||||
// }
|
|
||||||
|
|
||||||
.u-factor {
|
.u-factor {
|
||||||
[data-factor-low='true'] {
|
[data-factor-low='true'] {
|
||||||
color: #ddd;
|
color: #ddd;
|
||||||
@@ -226,4 +217,10 @@ h3 {
|
|||||||
color: rgb(22, 245, 22);
|
color: rgb(22, 245, 22);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@include smallScreen {
|
||||||
|
.filter-button span {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|||||||
Reference in New Issue
Block a user