This repository has no description
0

Configure Feed

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

magins 2

+3
+1
app/src/app/page.module.css
··· 474 474 font-size: 1rem; 475 475 cursor: pointer; 476 476 transition: background-color 0.2s; 477 + padding-top: 0.7rem; 477 478 } 478 479 479 480 .refreshButton:hover {
+2
app/src/app/shortcut/shortcut.module.css
··· 85 85 cursor: pointer; 86 86 transition: background-color 0.2s ease; 87 87 margin-top: 1rem; 88 + padding-top: 1rem; 88 89 } 90 + 89 91 90 92 .downloadButton:hover { 91 93 background-color: var(--primary-hover);