aboutsummaryrefslogtreecommitdiff
path: root/_sass/layout.scss
diff options
context:
space:
mode:
authorLoek Le Blansch <loek@pipeframe.xyz>2025-01-25 12:18:02 +0100
committerLoek Le Blansch <loek@pipeframe.xyz>2025-01-25 12:18:02 +0100
commit0403f2d5aeb1ce4e67fdbb30b65a728f80c1cc1f (patch)
treef508775c0b2ad8409a7e48c931ed09358d4a145c /_sass/layout.scss
parentf509e410bca55ff04b79b38a73e3751eff848c95 (diff)
add tag index
Diffstat (limited to '_sass/layout.scss')
-rw-r--r--_sass/layout.scss11
1 files changed, 8 insertions, 3 deletions
diff --git a/_sass/layout.scss b/_sass/layout.scss
index 9666867..18ee411 100644
--- a/_sass/layout.scss
+++ b/_sass/layout.scss
@@ -67,11 +67,9 @@ aside ul {
aside > ul { margin-left: 12px; }
// align description arrow with list bullet inside toc
-aside summary { list-style-position: outside; }
-
+summary { list-style-position: outside; }
// hide bullets for list items that can be expanded
li.stub::marker { content: ""; }
-
// give collapsable element arrow "clickable" cursor
summary::marker { cursor: pointer; }
@@ -115,3 +113,10 @@ footer ul {
flex-grow: 1;
}
+#search {
+ display: flex;
+ gap: 6px;
+ margin: 24px 0px;
+}
+#search input[type=text] { flex-grow: 1; }
+