Skip to content

Commit ad82501

Browse files
smaller line height
1 parent f25a07d commit ad82501

File tree

5 files changed

+8
-7
lines changed

5 files changed

+8
-7
lines changed

pydata_sphinx_theme/_templates/prev-next.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,15 @@
44
<a class='left-prev' id="prev-link" href="{{ prev.link|e }}" title="{{ _('previous page')}}">
55
<i class="fas fa-angle-left"></i>
66
<div class="prev-next-info">
7-
<p class="prev-next-subtitle">{{ _("previous") }}</p>
7+
<p class="prev-next-subtitle">{{ _("Previous") }}</p>
88
<p class="prev-next-title">{{ prev_title or prev.title }}</p>
99
</div>
1010
</a>
1111
{%- endif %}
1212
{%- if next %}
1313
<a class='right-next' id="next-link" href="{{ next.link|e }}" title="{{ _('next page')}}">
1414
<div class="prev-next-info">
15-
<p class="prev-next-subtitle">{{ _("next") }}</p>
15+
<p class="prev-next-subtitle">{{ _("Next") }}</p>
1616
<p class="prev-next-title">{{ next_title or next.title }}</p>
1717
</div>
1818
<i class="fas fa-angle-right"></i>

pydata_sphinx_theme/static/css/index.a6b4cf70a86b6e360c0e7a41453f57f9.css renamed to pydata_sphinx_theme/static/css/index.66fed9a9545f346acbb042e1100de198.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pydata_sphinx_theme/static/webpack-macros.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,13 @@
1313

1414
{% macro head_pre_bootstrap() %}
1515
<link href="{{ pathto('_static/css/theme.css', 1) }}" rel="stylesheet">
16-
<link href="{{ pathto('_static/css/index.a6b4cf70a86b6e360c0e7a41453f57f9.css', 1) }}" rel="stylesheet">
16+
<link href="{{ pathto('_static/css/index.66fed9a9545f346acbb042e1100de198.css', 1) }}" rel="stylesheet">
1717
{% endmacro %}
1818

1919
{% macro head_js_preload() %}
20-
<link rel="preload" as="script" href="{{ pathto('_static/js/index.3fb10fcb92f005a2548e.js', 1) }}">
20+
<link rel="preload" as="script" href="{{ pathto('_static/js/index.2695b9dcc2f42fc8b540.js', 1) }}">
2121
{% endmacro %}
2222

2323
{% macro body_post() %}
24-
<script src="{{ pathto('_static/js/index.3fb10fcb92f005a2548e.js', 1) }}"></script>
24+
<script src="{{ pathto('_static/js/index.2695b9dcc2f42fc8b540.js', 1) }}"></script>
2525
{% endmacro %}

src/scss/index.scss

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -407,7 +407,7 @@ nav.bd-links {
407407
}
408408

409409
i {
410-
font-size: 1.5em;
410+
font-size: 1.2em;
411411
}
412412

413413
a {
@@ -425,6 +425,7 @@ nav.bd-links {
425425
color: rgba(var(--pst-color-link), 1);
426426
font-weight: 600;
427427
font-size: 1.1em;
428+
line-height: 1.3em;
428429
}
429430

430431
&:hover p.prev-next-title {

0 commit comments

Comments
 (0)