Skip to content

Commit 7edfc9e

Browse files
committed
fix docs styling
refs python-gino/python-gino.org#1
1 parent a0bbeac commit 7edfc9e

File tree

1 file changed

+10
-3
lines changed

1 file changed

+10
-3
lines changed

docs/theme/static/css/gino.css

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -74,10 +74,16 @@ nav .brand-logo {
7474
display: flex;
7575
flex-wrap: nowrap;
7676
overflow-x: scroll;
77+
-ms-overflow-style: none;
78+
}
79+
80+
.breadcrumbs::-webkit-scrollbar {
81+
display: none;
7782
}
7883

7984
.breadcrumbs .breadcrumb,
8085
.breadcrumbs .breadcrumb::before {
86+
content: '>';
8187
font-size: 16px;
8288
white-space: nowrap;
8389
}
@@ -249,9 +255,10 @@ div.search i {
249255
}
250256

251257
.sidenav li > a {
252-
padding-left: 48px;
253-
height: 36px;
254-
line-height: 36px;
258+
font-size: 14px;
259+
line-height: 14px;
260+
padding: 12px 24px 12px 48px;
261+
height: auto;
255262
}
256263

257264
.sidenav li li > a {

0 commit comments

Comments
 (0)