File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 11<!DOCTYPE html>
22{{/*
33
4- template taken from
4+ template taken from
55https://github.com/pseudomuto/protoc-gen-doc/blob/master/resources/html.tmpl
66
77*/}}
@@ -24,11 +24,9 @@ https://github.com/pseudomuto/protoc-gen-doc/blob/master/resources/html.tmpl
2424 <link href="/favicon.ico" rel="shortcut icon" type="image/ico" />
2525 <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/bootstrap/4.6.2/css/bootstrap.min.css" integrity="sha512-rt/SrQ4UNIaGfDyEXZtNcyWvQeOq0QLygHluFQcSjaGB04IxWhal71tKuzP6K8eYXYB6vJV4pHkXcmFGGQ1/0w==" crossorigin="anonymous" referrerpolicy="no-referrer" />
2626 <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css" integrity="sha512-SfTiTlX6kk+qitfevl/7LibUOeJWlt9rbyDn92a1DqWOw9vWG2MFoays0sgObmWazO5BQPiFucnnEAjpAB+/Sw==" crossorigin="anonymous" referrerpolicy="no-referrer" />
27- <link rel="stylesheet" type="text/css" href="schema_doc.css">
2827 <script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.7.1/jquery.slim.js" integrity="sha512-docBEeq28CCaXCXN7cINkyQs0pRszdQsVBFWUd+pLNlEk3LDlSDDtN7i1H+nTB8tshJPQHS0yu0GW9YGFd/CRg==" crossorigin="anonymous" referrerpolicy="no-referrer"></script>
2928 <script src="https://cdnjs.cloudflare.com/ajax/libs/bootstrap/4.6.2/js/bootstrap.min.js" integrity="sha512-7rusk8kGPFynZWu26OKbTeI+QPoYchtxsmPeBqkHIEXJxeun4yJ4ISYe7C6sz9wdxeE1Gk3VxsIWgCZTc+vX3g==" crossorigin="anonymous" referrerpolicy="no-referrer"></script>
3029 <script src="https://cdnjs.cloudflare.com/ajax/libs/markdown-it/13.0.2/markdown-it.min.js" integrity="sha512-ohlWmsCxOu0bph1om5eDL0jm/83eH09fvqLDhiEdiqfDeJbEvz4FSbeY0gLJSVJwQAp0laRhTXbUQG+ZUuifUQ==" crossorigin="anonymous" referrerpolicy="no-referrer"></script>
31- <script src="schema_doc.min.js"></script>
3230 <style>
3331 /* template-originals */
3432 body { /* removed */ }
@@ -180,6 +178,9 @@ https://github.com/pseudomuto/protoc-gen-doc/blob/master/resources/html.tmpl
180178 </style>
181179 <style>
182180 /* customs */
181+ html {
182+ scroll-padding-top: 110px;
183+ }
183184 body {
184185 font: 16px/1.5em "Helvetica Neue",Helvetica,Arial,sans-serif;
185186 color: #222;
@@ -236,12 +237,11 @@ https://github.com/pseudomuto/protoc-gen-doc/blob/master/resources/html.tmpl
236237 }
237238 h1, h2, h3, h4, h5, h6 {
238239 color: rgb(52 57 175);
239-
240240 }
241241 h1 {
242242 font-size: 36px;
243243 }
244- h3 {
244+ h3 {
245245 padding-top: 2ex;
246246 }
247247 pre {
You can’t perform that action at this time.
0 commit comments