Radish alpha
r
Radicle web interface
Radicle
Git (anonymous pull)
Log in to clone via SSH
Set link target to _blank
Alexis Sellier committed 4 years ago
commit f1fa3b6dd219e713e10405545104fd7779f0b1f4
parent 5c83de4ff6fdc66d4822cf5920edc1a8d51b13a8
2 files changed +2 -1
modified index.html
@@ -10,6 +10,7 @@
    <link rel="icon" href="/favicon.svg" type="image/svg+xml">
    <link rel="preload" href="/fonts/Inter-Regular.woff" as="font" type="font/woff">
    <link rel="preload" href="/fonts/Inter-SemiBold.otf" as="font" type="font/otf">
+
    <base target="_blank">
    <script type="text/javascript">
      // Workaround to get `global` to work in old-school transitive
      // dependencies.
modified src/Modal.svelte
@@ -51,7 +51,7 @@
    font-size: 1.25rem;
    font-weight: bold;
    line-height: 2.625rem;
-
    margin-bottom: 1rem;
+
    margin-bottom: 0.5rem;
    text-align: center;
    text-overflow: ellipsis;
    overflow: hidden;