Compare commits
2 Commits
a0e1f8f389
...
09ffeefa68
| Author | SHA1 | Date | |
|---|---|---|---|
|
09ffeefa68
|
|||
|
6da30f8bd9
|
22
modules/search.css
Normal file
22
modules/search.css
Normal 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
6
readme
@@ -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/
|
||||
|
||||
Reference in New Issue
Block a user