From d2930e5e6682235431033475658828c0efd9fa61 Mon Sep 17 00:00:00 2001 From: Rob Garrison Date: Sat, 8 Dec 2018 08:46:23 -0600 Subject: [PATCH] Add back update history button --- manage.html | 6 +++++- manage/manage.css | 6 ++++++ 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/manage.html b/manage.html index a96f1167..756e2c27 100644 --- a/manage.html +++ b/manage.html @@ -355,7 +355,6 @@ - @@ -392,6 +391,11 @@
+ + + + +
diff --git a/manage/manage.css b/manage/manage.css index 7b25a929..666871f9 100644 --- a/manage/manage.css +++ b/manage/manage.css @@ -176,6 +176,12 @@ a:hover { padding: 0; } +.header-last-update, +.entry-last-update { + /* inlcude update history link */ + max-width: calc(var(--narrow-column) + 20px); +} + /* keep all icons on the same row */ .entry-actions { white-space: pre;