summaryrefslogtreecommitdiff
path: root/views/partials/hootstream.ejs
diff options
context:
space:
mode:
Diffstat (limited to 'views/partials/hootstream.ejs')
-rw-r--r--views/partials/hootstream.ejs4
1 files changed, 2 insertions, 2 deletions
diff --git a/views/partials/hootstream.ejs b/views/partials/hootstream.ejs
index 1c9f154..6d48f78 100644
--- a/views/partials/hootstream.ejs
+++ b/views/partials/hootstream.ejs
@@ -38,10 +38,10 @@
<div class="filename" style="opacity: {{age_opacity}}">
<a href="{{link}}" title="{{id}}" class="file">{{filename}}</a>
</div>
- <div class="size">
+ <div class="size {{size_class}}" style="opacity: {{age_opacity}}">
{{size}}
</div>
- <div class="age {{date_class}}">
+ <div class="age {{date_class}}" style="opacity: {{age_opacity}}">
{{age}}
</div>
</div>