From e33acc8a3fe99d84d6e65bafa5563335cf58b9b1 Mon Sep 17 00:00:00 2001 From: Levi Olson Date: Tue, 13 Oct 2020 11:28:42 -0500 Subject: [PATCH] Mobile CSS enhancements --- core.css | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/core.css b/core.css index 604a67d..ab1c5d4 100644 --- a/core.css +++ b/core.css @@ -132,6 +132,13 @@ main { div.meta { padding-right: 10px; + width: 100px; +} + +header.list-item-header { + overflow: hidden; + white-space: nowrap; + width: calc(100% - 100px); } .list-item-header h3,