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-desktop
rad:z4D5UCArafTzTQpDZNQRuqswh3ury
Radicle desktop app
Clone
Radicle
Git (anonymous pull)
Log in
to clone via SSH
Source
Commits
666
Issues
129
Patches
380
Jobs
Commits
›
684a5df136e0ea7e00ef17c622f9e76617406d4b
Fix the Markdown height during preview in ExtendedTextarea
Sebastian Martinez
committed
1 year ago
commit 684a5df136e0ea7e00ef17c622f9e76617406d4b
parent
3276e5f7b5cb5d91def104bfbf7594548e17b05f
1 file changed
+1
-0
modified
src/components/ExtendedTextarea.svelte
@@ -224,6 +224,7 @@
padding: 0.75rem;
margin-left: 1px;
margin-top: 1px;
+
flex: 1;
}
</style>