Jacky Zhao
2023-07-23 7db2eda76cf51fd631d385c12a7b411339406067
quartz/components/styles/search.scss
@@ -12,6 +12,7 @@
    display: flex;
    align-items: center;
    cursor: pointer;
    white-space: nowrap;
    & > div {
      flex-grow: 1;
@@ -38,12 +39,13 @@
  & > #search-container {
    position: fixed;
    contain: layout;
    z-index: 999;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    overflow: scroll;
    overflow-y: auto;
    display: none;
    backdrop-filter: blur(4px);
@@ -57,7 +59,7 @@
      margin-left: auto;
      margin-right: auto;
      @media all and (max-width: $tabletBreakpoint) {
      @media all and (max-width: $fullPageWidth) {
        width: 90%;
      }
@@ -65,7 +67,9 @@
        width: 100%;
        border-radius: 5px;
        background: var(--light);
        box-shadow: 0 14px 50px rgba(27, 33, 48, 0.12), 0 10px 30px rgba(27, 33, 48, 0.16);
        box-shadow:
          0 14px 50px rgba(27, 33, 48, 0.12),
          0 10px 30px rgba(27, 33, 48, 0.16);
        margin-bottom: 2em;
      }
@@ -106,7 +110,8 @@
            font-weight: 700;
          }
          &:hover, &:focus {
          &:hover,
          &:focus {
            background: var(--lightgray);
          }
@@ -125,12 +130,11 @@
            margin: 0;
          }
          & > p {
          & > p {
            margin-bottom: 0;
          }
        }
      }
    }
  }
}