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.xyz
rad:z371PVmDHdjJucejRoRYJcDEvD5pp
Radicle website including documentation and guides
Clone
Radicle
Git (anonymous pull)
Log in
to clone via SSH
Source
Commits
263
Issues
1
Patches
77
Jobs
Commits
›
6fc6af607ead6588fb46cab4e4013ae7d4d3eebb
Fix navigation CSS
Alexis Sellier
committed
1 year ago
commit 6fc6af607ead6588fb46cab4e4013ae7d4d3eebb
parent
38cab18199d2dfbd75acce786efa103289a9f02b
1 file changed
+4
-0
modified
assets/css/page.css
@@ -331,6 +331,10 @@ nav .cta {
gap: 2rem;
}
+
.links a {
+
line-height: 1rem;
+
}
+
a.screenshot {
border: none;
}