From 94fb2b04f7cdb54e4e59161ac6b54ec8d090a8cd Mon Sep 17 00:00:00 2001 From: Lim Chee Aun Date: Mon, 12 Dec 2022 22:43:15 +0800 Subject: [PATCH] Remove unused code There's no nav now --- src/app.css | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/app.css b/src/app.css index d8557bd6..de389690 100644 --- a/src/app.css +++ b/src/app.css @@ -175,9 +175,6 @@ a.mention span { position: relative; } -.timeline-deck { - padding-bottom: 100px; /* faux nav height */ -} .timeline-deck.compact .status { max-height: max(25vh, 160px); overflow: hidden;