mirror of
https://akkoma.dev/AkkomaGang/akkoma-fe
synced 2025-04-30 11:09:30 +08:00
fix: picked reactions should be positioned identically
This commit is contained in:
parent
2914eaf1ca
commit
7245775b27
1 changed files with 3 additions and 3 deletions
|
@ -97,9 +97,9 @@
|
|||
}
|
||||
|
||||
.button-default.picked-reaction {
|
||||
border: 1px solid var(--accent, $fallback--link);
|
||||
margin-left: -1px; // offset the border, can't use inset shadows either
|
||||
margin-right: calc(0.5em - 1px);
|
||||
&, &:hover {
|
||||
box-shadow: inset 0 0 0 1px var(--accent, $fallback--link);
|
||||
}
|
||||
}
|
||||
|
||||
</style>
|
||||
|
|
Loading…
Reference in a new issue