mirror of
https://github.com/BradNut/awesome-uses
synced 2025-09-08 17:40:31 +00:00
try inline
This commit is contained in:
parent
54086784a0
commit
de9624393c
2 changed files with 1 additions and 5 deletions
|
|
@ -12,7 +12,7 @@ export default function Person({ person }) {
|
|||
const img = `https://images.weserv.nl/?url=${unavatar}&w=100&l=9&af&il&n=-1`;
|
||||
const { tag: currentTag } = useParams();
|
||||
return (
|
||||
<div className="PersonWrapper">
|
||||
<div className="PersonWrapper" style={{ contentVisibility: "auto" }}>
|
||||
<div className="PersonInner">
|
||||
<header>
|
||||
<img
|
||||
|
|
|
|||
|
|
@ -97,10 +97,6 @@ body::-webkit-scrollbar-thumb {
|
|||
grid-template-rows: 1fr auto auto;
|
||||
}
|
||||
|
||||
.PersonWrapper:nth-child(6n) ~ .PersonWrapper {
|
||||
content-visibility: auto;
|
||||
}
|
||||
|
||||
.PersonInner {
|
||||
padding: 2rem;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue