Some interactive elements (branch dropdowns, the user menu, the clone popover) need JavaScript. Reading repositories, issues, patches, and the docs works without it; submitting forms also works as long as you can reach them via direct links.
Radish
alpha
Explore
Docs
Sign in
r
radicle-explorer
rad:z4V1sjrXqjvFdnCUbxPFqd5p4DtH5
Radicle web interface
Clone
Radicle
Git (anonymous pull)
Log in
to clone via SSH
Source
Commits
2400
Issues
36
Patches
365
Jobs
Commits
›
a0b9da56b10ca1b6769c85b47deea1c7deec4e17
Fix page bottom padding
Alexis Sellier
committed
4 years ago
commit a0b9da56b10ca1b6769c85b47deea1c7deec4e17
parent
c9a9d6021c0c67b3c558274a57b19bfa154642c8
1 file changed
+1
-0
modified
src/App.svelte
@@ -31,6 +31,7 @@
justify-content: center;
min-height: 24rem;
padding-top: 6rem;
+
padding-bottom: 6rem;
}
</style>