リアクション+

This commit is contained in:
nullnyat 2022-02-19 05:40:01 +09:00
parent a3dbde894a
commit 477163cb84
No known key found for this signature in database
GPG Key ID: 5EDC2816C3AE007A

View File

@ -117,10 +117,10 @@ export default defineComponent({
<style lang="scss" scoped>
.hkzvhatu {
display: inline-block;
height: 32px;
margin: 2px;
padding: 0 6px;
padding: 4px;
border-radius: 4px;
line-height: 0;
&.canToggle {
background: rgba(0, 0, 0, 0.05);
@ -135,10 +135,11 @@ export default defineComponent({
}
&.reacted {
background: var(--accent);
border: solid rgb(10 173 255 / 50%);
background: rgb(3 169 244 / 25%);
&:hover {
background: var(--accent);
border-color: rgb(10 173 255 / 100%);
}
> span {
@ -148,7 +149,6 @@ export default defineComponent({
> span {
font-size: 0.9em;
line-height: 32px;
margin: 0 0 0 4px;
}
}