File tree Expand file tree Collapse file tree 3 files changed +16
-1
lines changed
src/ansys_sphinx_theme/theme/ansys_sphinx_theme/static/css Expand file tree Collapse file tree 3 files changed +16
-1
lines changed Original file line number Diff line number Diff line change 1+ fix: the download in sphinx gallery
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ build-backend = "flit_core.buildapi"
55[project ]
66# Check https://flit.readthedocs.io/en/latest/pyproject_toml.html for all available sections
77name = " ansys-sphinx-theme"
8- version = " 1.0.7 "
8+ version = " 1.0.8 "
99description = " A theme devised by ANSYS, Inc. for Sphinx documentation."
1010readme = " README.rst"
1111requires-python = " >=3.9,<4"
Original file line number Diff line number Diff line change @@ -50,3 +50,17 @@ div.sphx-glr-download a {
5050 background-color : var (--ast-sphinx-gallery-download-background );
5151 color : var (--ast-sphinx-gallery-download-text );
5252}
53+
54+ div .sphx-glr-footer {
55+ text-align : center;
56+ display : flex;
57+ gap : 10px ;
58+ align-content : center;
59+ justify-content : center;
60+ flex-wrap : wrap;
61+ flex-direction : row;
62+ }
63+
64+ div .sphx-glr-download {
65+ margin : 0px ;
66+ }
You can’t perform that action at this time.
0 commit comments