develop #9
@@ -138,6 +138,7 @@ function dateToValueString(time) {
|
|||||||
<i>arrow_left_alt</i>
|
<i>arrow_left_alt</i>
|
||||||
<span class="date-label">{{ formatDateShort(get(prev).from) }} - {{ formatDateShort(get(prev).to) }}</span>
|
<span class="date-label">{{ formatDateShort(get(prev).from) }} - {{ formatDateShort(get(prev).to) }}</span>
|
||||||
</button>
|
</button>
|
||||||
|
<div v-else></div>
|
||||||
|
|
||||||
<div class="title">
|
<div class="title">
|
||||||
<template v-if="groups.length > 0">
|
<template v-if="groups.length > 0">
|
||||||
@@ -151,6 +152,7 @@ function dateToValueString(time) {
|
|||||||
<span class="date-label">{{ formatDateShort(get(next).from) }} - {{ formatDateShort(get(next).to) }}</span>
|
<span class="date-label">{{ formatDateShort(get(next).from) }} - {{ formatDateShort(get(next).to) }}</span>
|
||||||
<i>arrow_right_alt</i>
|
<i>arrow_right_alt</i>
|
||||||
</button>
|
</button>
|
||||||
|
<div v-else></div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="admin-row" v-if="admin && groups.length > 0">
|
<div class="admin-row" v-if="admin && groups.length > 0">
|
||||||
@@ -173,10 +175,11 @@ function dateToValueString(time) {
|
|||||||
gap: 6px;
|
gap: 6px;
|
||||||
|
|
||||||
.top-row {
|
.top-row {
|
||||||
display: flex;
|
display: grid;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
gap: 6px;
|
gap: 6px;
|
||||||
|
grid-template-columns: 60px 1fr 60px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.arrow {
|
.arrow {
|
||||||
|
|||||||
Reference in New Issue
Block a user