Radish alpha
r
Radicle desktop app
Radicle
Git (anonymous pull)
Log in to clone via SSH
Fix title alignment when switching to editing
✓ CI success Rūdolfs Ošiņš committed 1 year ago
commit 6bbaaa3115358abf207d8443b4f47abcc3cef675
parent 6206e55b963a7612226d1f797e30f7ec9e614674
1 passed (1 total) View logs
1 file changed +3 -2
modified src/views/repo/Issue.svelte
@@ -342,6 +342,7 @@
    gap: 1rem;
    margin-left: 1rem;
    align-items: center;
+
    height: 40px;
  }

  .metadata-divider {
@@ -405,9 +406,9 @@
  {/snippet}

  <div class="content">
-
    <div style:margin-bottom="1rem" style:margin-top="-4px">
+
    <div style:margin-bottom="1rem" style:margin-top="-6px">
      {#if editingTitle}
-
        <div class="global-flex">
+
        <div class="title">
          <TextInput
            valid={updatedTitle.trim().length > 0}
            bind:value={updatedTitle}