From 93c588bdd21adebcd849c1ce2ef9f74eb2989392 Mon Sep 17 00:00:00 2001 From: Hyunchul Kim Date: Thu, 16 Sep 2021 02:06:36 +0900 Subject: [PATCH] Move archive button down --- test_data/src/style/common.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test_data/src/style/common.css b/test_data/src/style/common.css index 1f6d877..d15c741 100644 --- a/test_data/src/style/common.css +++ b/test_data/src/style/common.css @@ -343,7 +343,7 @@ /* FRAGMENT ==> AUTHOR ==> ARCHIVE DROP-DOWN */ div#archive { width:140px; - top: 100px; + top: 140px; right: 115px; bottom: unset; }