Fix heads
parent
a4434ffb37
commit
24ca0c320f
|
@ -199,7 +199,7 @@ export default {
|
||||||
const head = {
|
const head = {
|
||||||
id: ++this.numRows,
|
id: ++this.numRows,
|
||||||
name: dateStr,
|
name: dateStr,
|
||||||
size: 60,
|
size: 40,
|
||||||
head: true,
|
head: true,
|
||||||
loadedImages: false,
|
loadedImages: false,
|
||||||
dayId: day.day_id,
|
dayId: day.day_id,
|
||||||
|
@ -336,10 +336,11 @@ export default {
|
||||||
border-radius: 3%;
|
border-radius: 3%;
|
||||||
}
|
}
|
||||||
.head-row {
|
.head-row {
|
||||||
height: 60px;
|
height: 40px;
|
||||||
padding-top: 25px;
|
padding-top: 13px;
|
||||||
font-size: 20px;
|
padding-left: 3px;
|
||||||
font-weight: lighter;
|
font-size: 0.9em;
|
||||||
|
font-weight: bold;
|
||||||
}
|
}
|
||||||
|
|
||||||
.timeline-scroll {
|
.timeline-scroll {
|
||||||
|
|
Loading…
Reference in New Issue