From 94305045eb262aebf5591618902417f1cd34063b Mon Sep 17 00:00:00 2001 From: Nolan Lawson Date: Sun, 25 Feb 2018 11:29:19 -0800 Subject: [PATCH] tweak CSS --- routes/_components/status/Notification.html | 1 + routes/_components/status/Status.html | 3 +++ 2 files changed, 4 insertions(+) diff --git a/routes/_components/status/Notification.html b/routes/_components/status/Notification.html index da78f9ba..78777b22 100644 --- a/routes/_components/status/Notification.html +++ b/routes/_components/status/Notification.html @@ -28,6 +28,7 @@ .notification-article { padding: 10px 10px; max-width: calc(100vw - 20px); + width: 580px; } } diff --git a/routes/_components/status/Status.html b/routes/_components/status/Status.html index c2654a13..197ed101 100644 --- a/routes/_components/status/Status.html +++ b/routes/_components/status/Status.html @@ -74,6 +74,9 @@ padding: 10px 10px; max-width: calc(100vw - 20px); } + .status-article.status-in-timeline { + width: 580px; + } }