1
0
mirror of https://github.com/tiyn/amphora-wiki.git synced 2026-02-22 04:44:48 +01:00

search: preview added

- The search result list now has previews
- The Dockerfile doesnt need git anymore
This commit is contained in:
TiynGER
2020-06-12 23:49:59 +02:00
parent 19cf415947
commit 26ecbf1007
9 changed files with 72 additions and 24 deletions

View File

@@ -29,6 +29,16 @@ html {
overflow-x: hidden;
}
code {
border-radius: 25px;
padding-left: 20px;
padding-right: 20px;
page-break-inside: avoid;
font-family: monospace;
white-space: pre;
display: inline-block
}
footer {
height: 100px;
padding-top: 20px;
@@ -38,6 +48,10 @@ footer .center {
text-align: center;
}
ul {
padding-left: 10px;
}
.container {
min-height: 100%;
padding-bottom: 50px;