From b961801faddc6420ba0aa4e8dcf0447914466f81 Mon Sep 17 00:00:00 2001 From: Ricardo Wurmus Date: Sat, 9 May 2020 16:45:34 +0200 Subject: css: Add a bit of space between the file icon and the attachment name. --- assets/css/screen.css | 1 + 1 file changed, 1 insertion(+) (limited to 'assets/css/screen.css') diff --git a/assets/css/screen.css b/assets/css/screen.css index 02405c3..6debf02 100644 --- a/assets/css/screen.css +++ b/assets/css/screen.css @@ -291,6 +291,7 @@ details { height: 1rem; width: 1rem; content: ""; + margin-right: 0.2em; } .download-part { -- cgit v1.2.3