The Trans Directory
0
fork

Configure Feed

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

fix(style): reasonable page width for rich search preview

+11 -15
+11 -15
quartz/components/styles/search.scss
··· 134 134 display: block; 135 135 box-sizing: border-box; 136 136 overflow: hidden; 137 + box-sizing: border-box; 138 + font-family: inherit; 139 + color: var(--dark); 140 + line-height: 1.5em; 141 + font-weight: 400; 142 + background: var(--light); 143 + border-top-right-radius: 5px; 144 + border-bottom-right-radius: 5px; 145 + overflow-y: auto; 146 + padding: 1rem; 137 147 138 148 & .preview-inner { 139 149 margin: 0 auto; 140 - padding: 1em; 141 - height: 100%; 142 - width: 100%; 143 - box-sizing: border-box; 144 - overflow-y: auto; 145 - font-family: inherit; 146 - color: var(--dark); 147 - line-height: 1.5em; 148 - font-weight: 400; 149 - background: var(--light); 150 - border-top-right-radius: 5px; 151 - border-bottom-right-radius: 5px; 152 - box-shadow: 153 - 0 14px 50px rgba(27, 33, 48, 0.12), 154 - 0 10px 30px rgba(27, 33, 48, 0.16); 150 + width: min($pageWidth, 100%); 155 151 } 156 152 157 153 a.internal {