Skip to content

Commit 9c36923

Browse files
committed
restore toolbar
1 parent 9499403 commit 9c36923

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

src/css/toolbar.css

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
.toolbar {
2+
color: var(--toolbar-font-color);
3+
align-items: center;
4+
background-color: var(--toolbar-background);
5+
box-shadow: 0 1px 0 var(--toolbar-border-color);
6+
display: flex;
7+
font-size: calc(15 / var(--rem-base) * 1rem);
8+
height: var(--toolbar-height);
9+
justify-content: flex-start;
10+
position: sticky;
11+
top: var(--navbar-height);
12+
z-index: var(--z-index-toolbar);
13+
}
14+
115
body.has-banner .toolbar {
216
top: calc(var(--navbar-height) + var(--banner-height));
317
}

0 commit comments

Comments
 (0)