upd: add hover effect to quote posts

This commit is contained in:
ShittyKopper 2024-02-02 14:14:04 +03:00
parent 3818e9531f
commit 7461332d0f
1 changed files with 5 additions and 0 deletions

View File

@ -48,6 +48,11 @@ watch(() => props.expandAllCws, (expandAllCws) => {
margin: 0;
padding: 0;
font-size: 0.95em;
&:hover, &:focus-within {
background: var(--panelHighlight);
transition: background .2s;
}
}
.avatar {