Add documentation for persistent storage grpc API
[AGL/documentation.git] / theme / mkdocs_windmill / css / base.css
index 45538d8..74cf0ee 100644 (file)
@@ -152,7 +152,7 @@ body {
 }
 
 .wm-toc-hidden > .wm-toc-pane {
-  margin-left: -250px;
+  margin-left: -500px;
 }
 
 .wm-toc-hidden > .wm-content-pane {
@@ -453,6 +453,10 @@ pre, .rst-content tt {
     overflow-x: auto;
 }
 
+summary {
+  display: list-item;
+}
+
 code.code-large, .rst-content tt.code-large {
     font-size: 90%;
 }