dependabot[bot]
2024-08-19 e47c29d2fd4eae06c511c914e2a5fcb057b44d7b
quartz/components/styles/search.scss
@@ -5,18 +5,21 @@
  max-width: 14rem;
  flex-grow: 0.3;
  & > #search-icon {
  & > .search-button {
    background-color: var(--lightgray);
    border: none;
    border-radius: 4px;
    font-family: inherit;
    font-size: inherit;
    height: 2rem;
    padding: 0;
    display: flex;
    align-items: center;
    text-align: inherit;
    cursor: pointer;
    white-space: nowrap;
    & > div {
      flex-grow: 1;
    }
    width: 100%;
    justify-content: space-between;
    & > p {
      display: inline;
@@ -160,7 +163,7 @@
            width: min($pageWidth, 100%);
          }
          & [data-icon] {
          a[role="anchor"] {
            background-color: transparent;
          }
        }