Skip to content

Instantly share code, notes, and snippets.

@tehtnaz
Last active December 14, 2023 07:48
Show Gist options
  • Save tehtnaz/3eb008456948dbcf4d86700a0990f856 to your computer and use it in GitHub Desktop.
Save tehtnaz/3eb008456948dbcf4d86700a0990f856 to your computer and use it in GitHub Desktop.
Fixes activity waves for people who don't use no-scrollbar (temp fix, prob will break in the future)
@keyframes animate2 {
0% {
-webkit-mask-position-x: 276px;
}
}
@keyframes animate {
100% {
-webkit-mask-position-x: 276px;
}
}
:root .userPopoutOuter_d739b2 .userPopoutOverlayBackground_d8afa4 .activity__20c1e .headerTextNormal_d9fce2::before {
width: 276px;
}
:root .userPopoutOuter_d739b2 .userPopoutOverlayBackground_d8afa4 .activity__20c1e::after {
width: 276px;
}
:root .userPopoutOuter_d739b2 .userPopoutOverlayBackground_d8afa4 .activity__20c1e .timeBarUserPopoutV2_c5b927::after {
width: 276px;
}
:root .preview__0c5fe .profileCustomizationPreview_ccc6a9 .lastSection__37b97::before {
width: 276px;
}
:root .preview__0c5fe .profileCustomizationPreview_ccc6a9 .lastSection__37b97 .fakeActivityTitle__79378::before {
width: 276px;
}
:root .userPanelOuter__880e5 .userPanelOverlayBackground__34fc8:nth-child(3):not(.profilePanelConnections__3c232) .activity__20c1e .headerTextNormal_d9fce2::before {
width: 276px;
}
:root .userPanelOuter__880e5 .userPanelOverlayBackground__34fc8:nth-child(3):not(.profilePanelConnections__3c232) .activity__20c1e::after {
width: 276px;
}
:root .userPanelOuter__880e5 .userPanelOverlayBackground__34fc8:nth-child(3):not(.profilePanelConnections__3c232) .activity__20c1e .timeBarUserPopoutV2_c5b927::after {
width: 276px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment