From 4221ce1c72f8480927ae840acf2e81038ec49626 Mon Sep 17 00:00:00 2001 From: Nolan Lawson Date: Sat, 23 Nov 2019 11:25:42 -0800 Subject: [PATCH] fix: media nav buttons should be a list (#1648) More work on #1633, improves accessibility of the media nav buttons by cleaning up the list and labels a bit. --- .../dialog/components/MediaDialog.html | 72 ++++++++++++------- 1 file changed, 45 insertions(+), 27 deletions(-) diff --git a/src/routes/_components/dialog/components/MediaDialog.html b/src/routes/_components/dialog/components/MediaDialog.html index d9c9eab7..5a98dea7 100644 --- a/src/routes/_components/dialog/components/MediaDialog.html +++ b/src/routes/_components/dialog/components/MediaDialog.html @@ -36,38 +36,46 @@ /> {/if} {#if dots.length > 1} -
- - {#each dots as dot, i (dot.i)} - + +
    +
  • +
  • + {#each dots as dot, i (dot.i)} +
  • + +
  • {/each} - -
+
  • + +
  • + {/if} {#if canPinchZoom}