Skip to content

Commit 357e82c

Browse files
committed
Adjust width and padding for Support button
Need to adjust the width and padding to accommodate changes to the wording.
1 parent ddd1bd1 commit 357e82c

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

src/css/custom.css

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -266,11 +266,11 @@ html[data-theme="dark"] .tooltip-glossary {
266266
color: #505050;
267267
cursor: pointer;
268268
display: flex;
269-
font-size: 14px;
270-
font-weight: 700;
269+
font-size: 13.5px;
270+
font-weight: 600;
271271
justify-content: space-between;
272-
min-width: 150px;
273-
padding: 6px 12px;
272+
min-width: 155px;
273+
padding: 6px 10px;
274274
text-align: left;
275275
z-index: 1;
276276
}
@@ -285,7 +285,7 @@ html[data-theme="dark"] .tooltip-glossary {
285285
color: var(--ifm-color-emphasis-700);
286286
display: block;
287287
font-size: 14px;
288-
min-width: 265px;
288+
min-width: 290px;
289289
position: absolute;
290290
right: 0;
291291
z-index: 1;

0 commit comments

Comments
 (0)