Compare commits

...

2 Commits

Author SHA1 Message Date
09ffeefa68 add search module 2022-04-03 21:59:04 +01:00
6da30f8bd9 update readme 2022-04-03 21:26:46 +01:00
2 changed files with 25 additions and 3 deletions

22
modules/search.css Normal file
View File

@@ -0,0 +1,22 @@
#searchWrapper > input {
padding: 1em;
margin: 1em 0.5em 1em 0.5em;
font-size: 1em;
min-width: 0;
}
#searchWrapper {
display: flex
}
#search { flex-grow: 9; }
#sidebar #search {
flex-grow: 0;
padding: 1em;
margin: 0 1em 1em 1em;
}
#searchResults {
overflow-x: scroll;
}

6
readme
View File

@@ -7,6 +7,6 @@ to style a site, put this in a css file somewhere:
@import url("https://styles.alv.cx/base.css");
and any of these optional modules you want:
@import url("https://styles.alv.cx/modules/buttonlist.css");
and any of the optional modules you want.
a list of actively hosted modules can be seen in this repo in the modules folder and at
https://styles.alv.cx/modules/