diff --git a/cbd-web/src/app.rs b/cbd-web/src/app.rs index 958d9db..eb072c8 100644 --- a/cbd-web/src/app.rs +++ b/cbd-web/src/app.rs @@ -1216,12 +1216,18 @@ fn Transport(store: Store) -> impl IntoView {
+ // Guillemets, not U+23EA/U+23E9: those two carry emoji + // presentation, so a browser with a color emoji font drew them + // full-color and oversized next to a row of monochrome type. + // These are plain text glyphs at the weight of the `‹` in the + // library toolbar, and read as a nudge against the heavier + // prev/next marks either side of them. + on:click=move |_| store.dispatch(Action::SeekBackward)>"«" + on:click=move |_| store.dispatch(Action::SeekForward)>"»"