Skip to content

Commit de95352

Browse files
committed
Specify Support dropdown arrow size
The dropdown arrow size should be specified here since doing so in the component causes a flash of unstyled content.
1 parent 357e82c commit de95352

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/css/custom.css

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -275,6 +275,11 @@ html[data-theme="dark"] .tooltip-glossary {
275275
z-index: 1;
276276
}
277277

278+
.supportDropBtn svg { /* Arrow icon */
279+
width: 12px;
280+
height: 12px;
281+
}
282+
278283
.supportDropdown:hover .supportDropBtn {
279284
border-radius: var(--ifm-badge-border-radius);
280285
}

0 commit comments

Comments
 (0)