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
›
4170431631d337771f2509efc2f4a943a2cb439d
Make org avatar round
Alexis Sellier
committed
4 years ago
commit 4170431631d337771f2509efc2f4a943a2cb439d
parent
cb78b1f34fb08c9c394923724d2a8d018b933f0e
1 file changed
+1
-0
modified
src/base/orgs/View.svelte
@@ -100,6 +100,7 @@
.avatar img {
width: 100%;
height: 100%;
+
border-radius: 50%;
}
.links {
display: flex;