File tree 1 file changed +10
-7
lines changed
1 file changed +10
-7
lines changed Original file line number Diff line number Diff line change @@ -45,18 +45,18 @@ div.nav-container {
45
45
background-color : var (--color-background );
46
46
}
47
47
& :after {
48
- font-size : 0.8 em ;
48
+ font-size : 12.8 px ;
49
49
content : " \25BC "
50
50
}
51
51
}
52
52
53
53
.pure-menu-link {
54
- font-size : 0.8 em ;
54
+ font-size : 12.8 px ;
55
55
font-weight : 400 ;
56
56
color : var (--color-navbar-standard );
57
57
58
58
& .description {
59
- font-size : 0.9 em ;
59
+ font-size : 14.4 px ;
60
60
}
61
61
62
62
// Improves menu link readability when inverting the colors on focus.
@@ -89,7 +89,6 @@ div.nav-container {
89
89
display : none ;
90
90
border-left : 1px solid var (--color-border );
91
91
height : 100% ;
92
- overflow-x : hidden ;
93
92
94
93
@media #{$media-sm } {
95
94
display : block ;
@@ -103,13 +102,13 @@ div.nav-container {
103
102
color : var (--color-navbar-standard );
104
103
cursor : pointer ;
105
104
padding-left : 0.5rem ;
106
- font-size : 0.8 em ;
105
+ font-size : 12.8 px ;
107
106
}
108
107
109
108
input {
110
109
border : none ;
111
110
margin : 0 1em 0 0 ;
112
- font-size : 0.8 em ;
111
+ font-size : 12.8 px ;
113
112
box-shadow : none ;
114
113
background-color : var (--color-background );
115
114
height : 100% ;
@@ -120,6 +119,10 @@ div.nav-container {
120
119
outline : unset ;
121
120
}
122
121
122
+ .docsrs-logo , .pure-menu-item a {
123
+ padding : 6.4px 16px 6.4px 16px ;
124
+ }
125
+
123
126
.docsrs-logo , .pure-menu-item , .pure-menu-item a {
124
127
height : 100% ;
125
128
}
@@ -273,7 +276,7 @@ div.nav-container {
273
276
274
277
p .description {
275
278
font-family : $font-family-sans ;
276
- font-size : 0.8 em ;
279
+ font-size : 12.8 px ;
277
280
color : var (--color-navbar-standard );
278
281
padding : 0.5em 1em ;
279
282
margin : 0 ;
You can’t perform that action at this time.
0 commit comments