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
›
41f8e27e9fffbd0493e959e3c5c1735d25fc26f9
Set org page width to 720px
Alexis Sellier
committed
4 years ago
commit 41f8e27e9fffbd0493e959e3c5c1735d25fc26f9
parent
ae94027dde39f058bdad9b76bb0027e8f8806321
1 file changed
+1
-1
modified
src/base/orgs/View.svelte
@@ -81,7 +81,7 @@
<style>
main {
padding: 5rem 0;
-
width: 54rem;
+
width: 720px;
}
main > header {
display: flex;