Radish alpha
r
Radicle web interface
Radicle
Git (anonymous pull)
Log in to clone via SSH
Fix badge alignment in dropdown
Rūdolfs Ošiņš committed 3 years ago
commit 0d6179d283388cb857be5c8fc8ad8e57e866a4bd
parent caac53a8f657d53d3bfc57f8111e3e8a9232df10
1 file changed +3 -1
modified src/Dropdown.svelte
@@ -16,11 +16,13 @@
    white-space: nowrap;
    cursor: pointer;
    padding: 0.5rem 1rem;
+
    display: flex;
+
    align-items: center;
+
    gap: 0.5rem;
  }
  .dropdown-item:hover, .selected {
    background-color: var(--color-foreground-background-lighter);
  }
-

  @media (max-width: 720px) {
    .dropdown {
      left: 32px;