We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a0bbeac commit 7edfc9eCopy full SHA for 7edfc9e
docs/theme/static/css/gino.css
@@ -74,10 +74,16 @@ nav .brand-logo {
74
display: flex;
75
flex-wrap: nowrap;
76
overflow-x: scroll;
77
+ -ms-overflow-style: none;
78
+}
79
+
80
+.breadcrumbs::-webkit-scrollbar {
81
+ display: none;
82
}
83
84
.breadcrumbs .breadcrumb,
85
.breadcrumbs .breadcrumb::before {
86
+ content: '>';
87
font-size: 16px;
88
white-space: nowrap;
89
@@ -249,9 +255,10 @@ div.search i {
249
255
250
256
251
257
.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;
262
263
264
.sidenav li li > a {
0 commit comments