Skip to content

Commit eddf096

Browse files
Bump version 0.6.1
1 parent 0648b7c commit eddf096

File tree

3 files changed

+5
-9
lines changed

3 files changed

+5
-9
lines changed

src/ansys_sphinx_theme/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
import os
33
from pathlib import Path
44

5-
__version__ = "0.6.0"
5+
__version__ = "0.6.1"
66

77
# get location of this directory
88
_this_path = os.path.dirname(os.path.realpath(__file__))

src/ansys_sphinx_theme/static/css/ansys_sphinx_theme.css

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -531,12 +531,8 @@ Side column size (first and second column from left)
531531
*/
532532

533533
.col-md-3 {
534-
flex: none;
535-
max-width: fit-content;
536-
}
537-
538-
.col-xl-7 {
539-
max-width: fit-content;
534+
flex: 0 0 20%;
535+
max-width: 20%;
540536
}
541537

542538
a.headerlink {

src/ansys_sphinx_theme/static/css/breadcrumbs.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55

66
}
77

8-
#breadcrumbs-spacer{
9-
border-right: 1px solid rgba(0,0,0,.1);
8+
#breadcrumbs-spacer {
9+
border-right: 10rem solid #fff;
1010
}
1111

1212
div.related > ul {

0 commit comments

Comments
 (0)