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
›
3a293a986232e3eb704059ae228c5d46b2412848
Fix branch selector icon alignment
Rūdolfs Ošiņš
committed
2 years ago
commit 3a293a986232e3eb704059ae228c5d46b2412848
parent
232e6f1b5a420de623df34f3209e4347703aebd0
1 file changed
+1
-0
modified
src/views/projects/Source/BranchSelector.svelte
@@ -32,6 +32,7 @@
.identifier {
display: flex;
+
align-items: center;
gap: 0.5rem;
}
</style>