fix popup buttons in styles-last mode
This commit is contained in:
parent
8fc6c8bcde
commit
b4f10cb296
|
@ -642,16 +642,16 @@ html:not(.styles-last) .split-btn-pedal::after {
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
}
|
}
|
||||||
.styles-last #installed,
|
.styles-last #installed {
|
||||||
.styles-last #main-actions > :not(#popup-options) {
|
order: 2;
|
||||||
order: 1;
|
|
||||||
flex: 1 0;
|
flex: 1 0;
|
||||||
}
|
}
|
||||||
.styles-last #main-actions {
|
.styles-last #main-actions {
|
||||||
margin-top: 0;
|
order: 1;
|
||||||
|
margin: calc(-1 * var(--outer-padding)) 0 var(--outer-padding) 0;
|
||||||
}
|
}
|
||||||
.styles-last #search-results {
|
.styles-last #search-results {
|
||||||
order: 2;
|
order: 3;
|
||||||
}
|
}
|
||||||
.styles-last #installed {
|
.styles-last #installed {
|
||||||
border-top: 1px solid var(--fg);
|
border-top: 1px solid var(--fg);
|
||||||
|
|
Loading…
Reference in New Issue
Block a user