File tree Expand file tree Collapse file tree 2 files changed +10
-4
lines changed
theme/pydata_sphinx_theme/sections Expand file tree Collapse file tree 2 files changed +10
-4
lines changed Original file line number Diff line number Diff line change 1
- .bd- header-article__inner {
1
+ .header-article__inner {
2
2
min-height : var (--pst-header-article-height );
3
3
display : flex ;
4
- align-items : center ;
5
4
padding : 0 0.5rem ;
6
5
7
- .bd-header-article__end {
6
+ .header-article-items__start ,
7
+ .header-article-items__end {
8
+ display : flex ;
9
+ align-items : start ;
10
+ gap : 0.5rem ;
11
+ }
12
+
13
+ .header-article-items__end {
8
14
margin-left : auto ;
9
15
}
10
16
}
Original file line number Diff line number Diff line change 1
- < div class ="header-article-items header-article__section ">
1
+ < div class ="header-article-items header-article__inner ">
2
2
{% if theme_article_header_start %}
3
3
< div class ="header-article-items__start ">
4
4
{% for item in theme_article_header_start %}
You can’t perform that action at this time.
0 commit comments