focus to elements

This commit is contained in:
Freeplay 2023-05-16 22:40:02 -04:00
parent d79968e095
commit 4d45cd38d9
3 changed files with 4 additions and 3 deletions

View file

@ -1,7 +1,6 @@
<template>
<MkA
class="rivslvers"
tabindex="-1"
:class="{
isMe: isMe(message),
isRead: message.groupId
@ -27,6 +26,7 @@
: message.user
"
:show-indicator="true"
disableLink
/>
<header v-if="message.groupId">
<span class="name">{{ message.group.name }}</span>

View file

@ -1,5 +1,5 @@
<template>
<MkA :to="`/gallery/${post.id}`" class="ttasepnz _panel" tabindex="-1">
<MkA :to="`/gallery/${post.id}`" class="ttasepnz _panel">
<div class="thumbnail">
<ImgWithBlurhash
class="img"
@ -34,7 +34,7 @@ const props = defineProps<{
position: relative;
height: 200px;
&:hover {
&:hover, &:focus {
text-decoration: none;
color: var(--accent);

View file

@ -52,6 +52,7 @@ html {
line-height: 1.6;
text-size-adjust: 100%;
tab-size: 2;
scroll-padding: 60px;
&.f-1 {
font-size: 15px;