diff options
| author | Paul Buetow <paul@buetow.org> | 2022-02-20 14:08:45 +0000 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2022-02-20 14:08:45 +0000 |
| commit | 75bb3c2fe5643c9f69a6bd080cd3be8f7e2582f3 (patch) | |
| tree | 6b2a908d3e8fdc4307bcccd546b65edffa349b11 /share/templates | |
| parent | 6a12bcbd36b0cd1179104297536c7b0794ffeded (diff) | |
smaller fixes
Diffstat (limited to 'share/templates')
| -rw-r--r-- | share/templates/default/header.tmpl | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/share/templates/default/header.tmpl b/share/templates/default/header.tmpl index c0f81fb..ae1368d 100644 --- a/share/templates/default/header.tmpl +++ b/share/templates/default/header.tmpl @@ -38,6 +38,10 @@ cat <<END padding: 5px; } + img.thumb { + height: ${THUMBHEIGHT}px; + } + img.thumb:hover { -webkit-transform: scaleX(-1); transform: scaleX(-1); |
