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 {
|
.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>
|
||||||
|
|
Loading…
Reference in a new issue