diff --git a/web/source/css/_media-wrapper.css b/web/source/css/_media-wrapper.css index d68582841..b8541df4b 100644 --- a/web/source/css/_media-wrapper.css +++ b/web/source/css/_media-wrapper.css @@ -59,6 +59,7 @@ height: 100%; width: 100%; overflow: hidden; + z-index: 1; display: grid; padding: 1rem; diff --git a/web/source/css/status.css b/web/source/css/status.css index 3b284ea81..81ee7601a 100644 --- a/web/source/css/status.css +++ b/web/source/css/status.css @@ -260,6 +260,7 @@ .stats-grouping { column-gap: 1rem; + row-gap: 0.25rem; } .stats-item { @@ -360,8 +361,18 @@ } } - .stats-item.published-at dd time.dt-published { - text-decoration: underline; + .stats-item.published-at dd a { + time.dt-published { + text-decoration: underline; + } + + &:focus-visible { + outline: 0; + time.dt-published { + outline: $link-focus-outline; + outline-offset: -0.25rem; + } + } } .stats-item:not(.published-at):not(.edit-timeline) { diff --git a/web/template/status_info.tmpl b/web/template/status_info.tmpl index 7252334f3..2a3e6cac2 100644 --- a/web/template/status_info.tmpl +++ b/web/template/status_info.tmpl @@ -39,49 +39,61 @@ {{- with . }}