From 6d7928d0b8ef7b3fb487e8e7339d2bb1d18c8a70 Mon Sep 17 00:00:00 2001 From: eight Date: Tue, 5 Dec 2017 08:14:31 +0800 Subject: [PATCH] Fix: adjust config button position --- popup.html | 10 +++++----- popup/popup.css | 15 ++++++++------- 2 files changed, 13 insertions(+), 12 deletions(-) diff --git a/popup.html b/popup.html index 028ff81d..bd127b9c 100644 --- a/popup.html +++ b/popup.html @@ -33,6 +33,11 @@
+ + + + + @@ -43,11 +48,6 @@ - - - - -
diff --git a/popup/popup.css b/popup/popup.css index 4ccd19ac..ed852eb3 100644 --- a/popup/popup.css +++ b/popup/popup.css @@ -225,14 +225,15 @@ html[style] .entry:nth-child(10):before { content: "0"; } -.entry .style-edit-link { - margin-right: 2px; +.entry .actions { + margin-left: -1px; + margin-right: -1px; } -.entry .style-edit-link, -.entry .delete { +.entry .actions > * { display: inline-block; - padding: 0 1px 0; + padding: 0 1px; + margin: 0 1px; } .not-applied .checker, @@ -340,8 +341,8 @@ body.blocked .actions > .main-controls { /* Never shown, but can be enabled with a style */ -.enable, -.disable { +.entry .actions > .enable, +.entry .actions > .disable { display: none; }