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 = {
id: ++this.numRows,
name: dateStr,
size: 60,
size: 40,
head: true,
loadedImages: false,
dayId: day.day_id,
@ -336,10 +336,11 @@ export default {
border-radius: 3%;
}
.head-row {
height: 60px;
padding-top: 25px;
font-size: 20px;
font-weight: lighter;
height: 40px;
padding-top: 13px;
padding-left: 3px;
font-size: 0.9em;
font-weight: bold;
}
.timeline-scroll {