Display: shrink canvas to 600px

This makes profiling more comparable with `inversive-display`.
This commit is contained in:
Aaron Fenyes 2024-09-25 14:48:58 -07:00
parent fc85d15f83
commit e6281cdcc6

View File

@ -386,8 +386,8 @@ pub fn Display() -> View {
// again // again
canvas( canvas(
ref=display, ref=display,
width="750", width="600",
height="750", height="600",
tabindex="0", tabindex="0",
on:keydown=move |event: KeyboardEvent| { on:keydown=move |event: KeyboardEvent| {
if event.key() == "Shift" { if event.key() == "Shift" {