css tweaks
This commit is contained in:
parent
4ce1c02d5e
commit
c07af0e91d
@ -75,7 +75,7 @@
|
||||
}
|
||||
|
||||
#upload_target {
|
||||
position: absolute;
|
||||
position: fixed;
|
||||
bottom: 3vh;
|
||||
left: 0;
|
||||
width: 25vw;
|
||||
@ -173,6 +173,7 @@
|
||||
#schedule_grid {
|
||||
border: 2px solid white;
|
||||
width: 100%;
|
||||
max-height: 52vh;
|
||||
}
|
||||
|
||||
#schedule_grid td {
|
||||
@ -656,6 +657,10 @@
|
||||
template_clone.firstElementChild.setAttribute('data-time', hour + ":" + minutes);
|
||||
grid.appendChild(template_clone);
|
||||
}
|
||||
|
||||
// TODO: fetch schedule info from api and populate, if it exists for the requested day
|
||||
// TODO: register click handler on schedule cells to open 'add block' dialog
|
||||
// TODO: register click handler on block cells to open 'edit block' dialog
|
||||
}
|
||||
|
||||
const previous_day_schedule = (e) => {
|
||||
|
Loading…
Reference in New Issue
Block a user