Radish alpha
r
Radicle web interface
Radicle
Git (anonymous pull)
Log in to clone via SSH
Center project loader
Rūdolfs Ošiņš committed 2 years ago
commit dac8006472680c10a704bf760021140a137861fb
parent c96d693083d2e94d4522bdb5961749be8f7a5a60
1 file changed +3 -1
modified src/views/nodes/View.svelte
@@ -180,7 +180,9 @@

      <div style:margin-top="1rem">
        {#await fetchProjectInfos( baseUrl, { show: isLocal(baseUrl.hostname) ? "all" : "pinned", perPage: stats.repos.total }, )}
-
          <Loading small center />
+
          <div style:height="35vh">
+
            <Loading small center />
+
          </div>
        {:then projectInfos}
          {#if projectInfos.length > 0}
            <div class="project-grid">