unfuck reaction styling from last commit

This commit is contained in:
notfire 2025-07-30 15:36:05 -04:00
commit 6cbd87ba5e
No known key found for this signature in database

View file

@ -111,7 +111,6 @@
border: 1px solid var(--accent, $fallback--link); border: 1px solid var(--accent, $fallback--link);
margin-left: -1px; // offset the border, can't use inset shadows either margin-left: -1px; // offset the border, can't use inset shadows either
margin-right: calc(0.5em - 1px); margin-right: calc(0.5em - 1px);
box-shadow: 0 0 4px 4px rgba(255,255,255,.5) inset;
} }
</style> </style>