Skip to content

Commit 431c74f

Browse files
committed
Tweaks the style of versions/languages
Signed-off-by: Tao He <[email protected]>
1 parent 96e52f6 commit 431c74f

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

docs/_static/css/rst-versions.css

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,16 +16,18 @@
1616

1717
.rst-versions-ver {
1818
/* bottom: 128px !important; */
19-
bottom: 100px !important;
19+
height: 6rem !important;
20+
bottom: 6rem !important;
2021
}
2122

2223
.rst-versions.rst-versions-ver .rst-current-version {
2324
padding: 10px 0 12px 10px;
2425
}
2526

2627
.rst-versions-lang {
27-
/* height: 128px !important; */
28-
bottom: 1rem !important;;
28+
height: 5rem !important;
29+
bottom: 0 !important;;
30+
padding-bottom: 1rem !important;
2931
}
3032

3133
.rst-versions {

0 commit comments

Comments
 (0)