The Trans Directory
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

fix: border radius on search preview

+2 -1
+2 -1
quartz/components/styles/search.scss
··· 139 139 line-height: 1.5em; 140 140 font-weight: 400; 141 141 background: var(--light); 142 - border-radius: 5px; 142 + border-top-right-radius: 5px; 143 + border-bottom-right-radius: 5px; 143 144 box-shadow: 144 145 0 14px 50px rgba(27, 33, 48, 0.12), 145 146 0 10px 30px rgba(27, 33, 48, 0.16);