From 45eb9f21a47e91ba77d6200d61d2fd4b7886384b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hugo=20H=C3=B6rnquist?= Date: Sun, 5 Apr 2020 23:04:56 +0200 Subject: CSS made smallcal links larger. --- static/style.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/static/style.css b/static/style.css index c928e7b5..7651e9f6 100644 --- a/static/style.css +++ b/static/style.css @@ -203,6 +203,11 @@ Each event within the eventlist padding: 5px; } +.small-calendar td a { + /* Makes link fill box */ + display: block; +} + /* Calendar List ---------------------------------------- The list of all the loaded calendars, -- cgit v1.2.3