fix popup buttons in styles-last mode

This commit is contained in:
tophf 2022-02-25 03:12:43 +03:00
parent 8fc6c8bcde
commit b4f10cb296

View File

@ -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);