From b4f10cb296c81f4887946e9f516d159f8fbc9af2 Mon Sep 17 00:00:00 2001 From: tophf Date: Fri, 25 Feb 2022 03:12:43 +0300 Subject: [PATCH] fix popup buttons in styles-last mode --- popup/popup.css | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/popup/popup.css b/popup/popup.css index 6b08e6fc..ce038dcb 100644 --- a/popup/popup.css +++ b/popup/popup.css @@ -642,16 +642,16 @@ html:not(.styles-last) .split-btn-pedal::after { display: flex; flex-direction: column; } -.styles-last #installed, -.styles-last #main-actions > :not(#popup-options) { - order: 1; +.styles-last #installed { + order: 2; flex: 1 0; } .styles-last #main-actions { - margin-top: 0; + order: 1; + margin: calc(-1 * var(--outer-padding)) 0 var(--outer-padding) 0; } .styles-last #search-results { - order: 2; + order: 3; } .styles-last #installed { border-top: 1px solid var(--fg);