From 8c9a4066472d56e2adf1708e46c8668bc38ec1dd Mon Sep 17 00:00:00 2001 From: Daniel Schadt Date: Wed, 17 Apr 2024 21:36:18 +0200 Subject: add number of images and comments to home page --- asset-sources/theme.scss | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'asset-sources') diff --git a/asset-sources/theme.scss b/asset-sources/theme.scss index 20708f3..1fe0deb 100644 --- a/asset-sources/theme.scss +++ b/asset-sources/theme.scss @@ -151,6 +151,12 @@ strong { cursor: pointer; } +.count-field { + width: 50px; + display: inline-block; + text-align: right; +} + /* Ensure a consistent width of the cells in the browse view. */ .browse-summary th, .browse-summary td { width: 25%; -- cgit v1.2.3