fix(frontend): prevent layout-shift of reactions viewer

Fix #11842
This commit is contained in:
syuilo 2023-09-18 11:42:26 +09:00
parent 1b463d9c31
commit 350ebbadba
1 changed files with 1 additions and 1 deletions

View File

@ -158,7 +158,7 @@ useTooltip(buttonEl, async (showing) => {
&.reacted, &.reacted:hover {
background: var(--accentedBg);
color: var(--accent);
border: 1px solid var(--accent);
box-shadow: 0 0 0px 1px var(--accent) inset;
> .count {
color: var(--accent);