Skip to content

Commit 0c332d3

Browse files
authored
Merge pull request #142 from argos-ci/fix-edit-this-page
fix: fix "Edit this page" alignment
2 parents 069b556 + e8f746e commit 0c332d3

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/css/custom.css

+6
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,12 @@ nav.menu {
124124
@apply !bg-mauve-4;
125125
}
126126

127+
/* Edit this page */
128+
129+
.theme-edit-this-page {
130+
@apply !inline-flex !items-center;
131+
}
132+
127133
/* Code tabs */
128134

129135
.tabs.tabs {

0 commit comments

Comments
 (0)