@apify/docs-theme 1.0.14 → 1.0.15
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/src/theme/custom.css +4 -2
package/package.json
CHANGED
package/src/theme/custom.css
CHANGED
|
@@ -185,7 +185,7 @@ html.plugin-pages .main-wrapper {
|
|
|
185
185
|
}
|
|
186
186
|
|
|
187
187
|
aside > div > a {
|
|
188
|
-
padding-left:
|
|
188
|
+
padding-left: 0px;
|
|
189
189
|
}
|
|
190
190
|
|
|
191
191
|
aside > div > a > b {
|
|
@@ -324,7 +324,7 @@ nav.navbar .dropdown__menu {
|
|
|
324
324
|
display: none;
|
|
325
325
|
width: 11rem;
|
|
326
326
|
height: 3rem;
|
|
327
|
-
padding: 10px
|
|
327
|
+
/* padding: 10px 0px; */
|
|
328
328
|
}
|
|
329
329
|
|
|
330
330
|
.navbar-sidebar .navbar__logo {
|
|
@@ -346,6 +346,8 @@ nav.navbar .dropdown__menu {
|
|
|
346
346
|
|
|
347
347
|
.main-wrapper a[class*='sidebarLogo'] img {
|
|
348
348
|
height: 3rem;
|
|
349
|
+
width: 11rem;
|
|
350
|
+
padding: 10px 0px;
|
|
349
351
|
}
|
|
350
352
|
|
|
351
353
|
html.plugin-pages h2 {
|