Skip to content

Commit 201258a

Browse files
authored
Fix DocSearch footer alignment (#28087)
1 parent 26ae099 commit 201258a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/components/overrides/Footer.astro

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,9 +142,11 @@ if (
142142
</div>
143143

144144
<style>
145-
:global(footer) {
145+
:global(footer:not(.DocSearch-Footer)) {
146146
flex-direction: column-reverse !important;
147+
}
147148

149+
:global(footer) {
148150
.meta {
149151
margin-top: 0 !important;
150152
}

0 commit comments

Comments
 (0)