Link preview: Replace shadow border with an actual border

Wonder why they did that in the first place, doesn't work well in some zoom levels.
This commit is contained in:
Freeplay 2023-01-08 01:23:02 -05:00
parent 43a099146e
commit eac5acdea8
1 changed files with 1 additions and 3 deletions

View File

@ -210,14 +210,12 @@ onUnmounted(() => {
position: relative; position: relative;
display: block; display: block;
font-size: 14px; font-size: 14px;
box-shadow: 0 0 0 1px var(--divider); border: 1px solid var(--divider);
border-radius: 8px; border-radius: 8px;
overflow: hidden; overflow: hidden;
&:hover { &:hover {
text-decoration: none; text-decoration: none;
border-color: rgba(0, 0, 0, 0.2);
> article > header > h1 { > article > header > h1 {
text-decoration: underline; text-decoration: underline;
} }