astro-accelerator 6.0.14 → 6.0.16
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
package/public/css/main.css
CHANGED
|
@@ -735,6 +735,7 @@ table {
|
|
|
735
735
|
margin: 0 0 var(--paragraph-margin) 0;
|
|
736
736
|
|
|
737
737
|
& > .author-info {
|
|
738
|
+
|
|
738
739
|
& > *:nth-child(n + 3)::before {
|
|
739
740
|
content: '|';
|
|
740
741
|
padding: 0 0.3rem;
|
|
@@ -742,6 +743,7 @@ table {
|
|
|
742
743
|
}
|
|
743
744
|
|
|
744
745
|
& > .author-image {
|
|
746
|
+
border-radius: 50%;
|
|
745
747
|
height: 1rem;
|
|
746
748
|
margin: 0 0.3rem 0 0;
|
|
747
749
|
width: 1rem;
|
|
@@ -117,9 +117,12 @@ const accelerator = new Accelerator(SITE);
|
|
|
117
117
|
|
|
118
118
|
.site-search-results-item a {
|
|
119
119
|
text-decoration: none;
|
|
120
|
+
}
|
|
121
|
+
|
|
122
|
+
.site-search-results-item > a {
|
|
123
|
+
align-items: flex-start;
|
|
120
124
|
display: flex;
|
|
121
125
|
gap: 1.5rem;
|
|
122
|
-
align-items: flex-start;
|
|
123
126
|
}
|
|
124
127
|
|
|
125
128
|
.result-image {
|