mirror of
https://github.com/mickael-kerjean/filestash
synced 2026-01-08 00:33:01 +01:00
fix (about): about page css
This commit is contained in:
parent
7d8f6c9635
commit
8dc89e58fc
1 changed files with 1 additions and 0 deletions
|
|
@ -351,6 +351,7 @@ func AboutHandler(ctx *App, res http.ResponseWriter, req *http.Request) {
|
|||
</table>
|
||||
|
||||
<style>
|
||||
body.common_response_page { background: var(--bg-color); }
|
||||
table { margin: 0 auto; font-family: monospace; opacity: 0.8; max-width: 1000px; width: 95%;}
|
||||
table td { text-align: right; padding-left: 10px; vertical-align: top; }
|
||||
table td span.small { font-size:0.8rem; }
|
||||
|
|
|
|||
Loading…
Reference in a new issue