Fix heads

pull/37/head
Varun Patil 2022-08-15 18:10:20 +00:00
parent a4434ffb37
commit 24ca0c320f
1 changed files with 6 additions and 5 deletions

View File

@ -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 {