Skip to content

Commit d781fd3

Browse files
committed
add example to change navbar height variable via css
1 parent b3cf76e commit d781fd3

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

examples/cone.example/src/cone/example/browser/static/cone.example.css

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,3 +44,8 @@ tr.state-private td.title a {
4444
tr.state-public td.title a {
4545
color: green;
4646
}
47+
48+
49+
:root {
50+
/* --navbar-height: 100px; */ /* Example of custom navbar height */
51+
}

0 commit comments

Comments
 (0)