Radish alpha
r
Radicle desktop app
Radicle
Git (anonymous pull)
Log in to clone via SSH
Tweak paddings in create issue view
✓ CI success Rūdolfs Ošiņš committed 1 year ago
commit 35201e6630bb20187cad1b19f001780b009575a5
parent 26e77b52cf3d33a6fe669319872cb156e7a1b6b9
1 passed (1 total) View logs
1 file changed +4 -4
modified src/views/repo/CreateIssue.svelte
@@ -69,8 +69,8 @@
  .content {
    display: flex;
    flex-direction: column;
-
    height: 100%;
-
    padding: 0 1rem 1rem 1rem;
+
    min-height: 100%;
+
    padding: 1rem 1rem 1rem 0;
  }
  .metadata-divider {
    width: 2px;
@@ -104,12 +104,12 @@
        <InlineTitle content={title} fontSize="medium" />
      </div>
    {:else}
-
      <div style:margin-bottom="0.35rem">
+
      <div style:margin-bottom="1rem">
        <TextInput placeholder="Title" autofocus bind:value={title} />
      </div>
    {/if}

-
    <div style:margin-bottom="0.35rem">
+
    <div style:margin-bottom="1rem">
      <Border variant="ghost" styleGap="0">
        <div class="metadata-section" style:flex="1">
          <LabelInput