this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Just having a bit of fun

+10 -1
+10 -1
src/components/nav-menu.css
··· 8 8 padding: 8px 0; 9 9 width: 50%; 10 10 } 11 + @keyframes phanpying { 12 + 0% { 13 + background-position: 0 0, 0 0, 3em 85%; 14 + } 15 + 100% { 16 + background-position: 0 0, 0 0, 2em 90%; 17 + } 18 + } 11 19 .nav-menu section:last-child { 12 20 background-color: var(--bg-faded-color); 13 21 background-image: linear-gradient( ··· 15 23 var(--divider-color) 1px, 16 24 transparent 1px 17 25 ), 18 - linear-gradient(to bottom, var(--bg-blur-color), transparent), 26 + linear-gradient(to bottom left, var(--bg-blur-color), transparent), 19 27 url(../assets/phanpy-bg.svg); 20 28 background-repeat: no-repeat; 21 29 /* background-size: auto, auto, 200%; */ ··· 24 32 box-shadow: inset 0 0 1px var(--bg-color); 25 33 position: sticky; 26 34 top: 0; 35 + animation: phanpying 0.2s ease-in-out both; 27 36 } 28 37 .nav-menu section:last-child > .szh-menu__divider:first-child { 29 38 display: none;