mirror of
https://github.com/Spythere/stacjownik.git
synced 2026-05-03 13:28:11 +00:00
hotfixy designu
This commit is contained in:
@@ -35,16 +35,14 @@
|
||||
{{ timetable.driverName }}
|
||||
</strong>
|
||||
|
||||
<span v-if="timetable.terminated == false">
|
||||
•
|
||||
<button
|
||||
class="btn--image btn-timetable"
|
||||
@click.stop="showTimetable(timetable, $event.currentTarget)"
|
||||
>
|
||||
<img src="/images/icon-train.svg" alt="" />
|
||||
RJ ONLINE
|
||||
</button>
|
||||
</span>
|
||||
<button
|
||||
v-if="timetable.terminated == false"
|
||||
class="btn--image btn--action btn-timetable"
|
||||
@click.stop="showTimetable(timetable, $event.currentTarget)"
|
||||
>
|
||||
<img src="/images/icon-train.svg" alt="" />
|
||||
{{ $t('journal.timetable-online-button') }}
|
||||
</button>
|
||||
</span>
|
||||
|
||||
<span class="general-time">
|
||||
@@ -156,7 +154,12 @@ export default defineComponent({
|
||||
|
||||
.btn-timetable {
|
||||
display: inline-block;
|
||||
padding: 0;
|
||||
padding: 0.1em 0.4em;
|
||||
margin-left: 0.5em;
|
||||
|
||||
img {
|
||||
vertical-align: top;
|
||||
}
|
||||
}
|
||||
|
||||
@include smallScreen {
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
v-for="{ timetable, showExtraInfo } in computedTimetableHistory"
|
||||
class="journal_item"
|
||||
:key="timetable.id"
|
||||
@click="showExtraInfo.value = !showExtraInfo.value"
|
||||
@click.stop.prevent="showExtraInfo.value = !showExtraInfo.value"
|
||||
>
|
||||
<div class="journal_item-info">
|
||||
<!-- General -->
|
||||
|
||||
Reference in New Issue
Block a user