feat: move top screen components to own folder, and implement calendar
This commit is contained in:
@@ -31,7 +31,7 @@ useRender((ctx) => {
|
||||
const LINE_HEIGHT = 12;
|
||||
|
||||
ctx.fillStyle = "red";
|
||||
ctx.fillRect(props.x - 2, props.y, 140, LINE_COUNT * LINE_HEIGHT + 3);
|
||||
ctx.fillRect(props.x - 2, props.y, 120, LINE_COUNT * LINE_HEIGHT + 3);
|
||||
|
||||
let textY = props.y;
|
||||
|
||||
@@ -59,5 +59,3 @@ useRender((ctx) => {
|
||||
);
|
||||
});
|
||||
</script>
|
||||
|
||||
<template></template>
|
||||
|
||||
Reference in New Issue
Block a user