diff options
| author | Joel Klinghed <the_jk@spawned.biz> | 2021-11-18 00:18:10 +0100 |
|---|---|---|
| committer | Joel Klinghed <the_jk@spawned.biz> | 2021-11-18 00:18:10 +0100 |
| commit | 51e8ff65dd4b777ccf90b722dc69d508cdd2497a (patch) | |
| tree | 1f9615426a80af16a46628b5d020166936157032 /example/static/style | |
| parent | d97447c85fe6f1c917e68ae73fa91f7aa37a0c85 (diff) | |
Use svg images for download and location actions in viewer
Diffstat (limited to 'example/static/style')
| -rw-r--r-- | example/static/style/viewer.css | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/example/static/style/viewer.css b/example/static/style/viewer.css index 5881f84..c158823 100644 --- a/example/static/style/viewer.css +++ b/example/static/style/viewer.css @@ -17,6 +17,11 @@ body { margin: 0 0.5em; } +#header a img { + width: auto; + height: 1.5em; +} + #header li { margin: 0 1em; } |
