Skip to content

Commit

Permalink
Fixed issue with linkprofilepicture plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
Gibbu committed Aug 16, 2023
1 parent 22b4259 commit f9d1d60
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/theme/_index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,7 @@
}
&[fill='#747f8d'],
&[mask*='offline'],
&[fill='#80848e'],
&[fill='NaN'] {
stroke: var(--rs-offline-color);
}
Expand Down Expand Up @@ -191,6 +192,7 @@
width: 120px;
height: 120px;
stroke-width: var(--rs-large-width);
pointer-events: none;
}
img {
clip-path: inset(
Expand Down

0 comments on commit f9d1d60

Please sign in to comment.