Skip to content

Commit a5a9cfe

Browse files
committed
Add invisible spacing to toolbar
1 parent acff90a commit a5a9cfe

File tree

4 files changed

+6
-2
lines changed

4 files changed

+6
-2
lines changed

doc-tool/resources/_includes/toolbar.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,3 +17,4 @@ <h2 id="project-version">{{ site.version }}</h2>
1717
</a>
1818
{% endif %}
1919
</div>
20+
<div id="toolbar-spacing"></div>

doc-tool/resources/css/dottydoc.css

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ body {
1818
div#content-wrapper {
1919
min-height: 100vh;
2020
padding-left: 0;
21-
margin-top: 75px;
2221
}
2322

2423
div#content-wrapper div#content-body {

doc-tool/resources/css/search.css

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,2 @@
11
h1#searching-for {
2-
margin-top: 95px;
32
}

doc-tool/resources/css/toolbar.css

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,11 @@ div#toolbar {
99
z-index: 2;
1010
}
1111

12+
div#toolbar-spacing {
13+
width: 100%;
14+
height: 75px;
15+
}
16+
1217
div#toolbar > a#home-button svg g#logo-foreground {
1318
fill: rgba(202, 68, 94, 1);
1419
}

0 commit comments

Comments
 (0)