fix: picked reactions should be positioned identically

This commit is contained in:
Riedler 2025-03-26 06:51:51 +01:00
parent 2914eaf1ca
commit 7245775b27

View file

@ -97,9 +97,9 @@
} }
.button-default.picked-reaction { .button-default.picked-reaction {
border: 1px solid var(--accent, $fallback--link); &, &:hover {
margin-left: -1px; // offset the border, can't use inset shadows either box-shadow: inset 0 0 0 1px var(--accent, $fallback--link);
margin-right: calc(0.5em - 1px); }
} }
</style> </style>