Merge 12a0e1e433
into 763c708253
This commit is contained in:
commit
925313c926
|
@ -1319,19 +1319,16 @@ html[data-color-scheme=light] .preview {
|
||||||
|
|
||||||
.footerLeft {
|
.footerLeft {
|
||||||
flex: 1;
|
flex: 1;
|
||||||
display: grid;
|
display: flex;
|
||||||
grid-auto-flow: row;
|
height: 40px;
|
||||||
grid-template-columns: repeat(auto-fill, minmax(42px, 1fr));
|
overflow: auto;
|
||||||
grid-auto-rows: 40px;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.footerRight {
|
.footerRight {
|
||||||
flex: 0;
|
flex: 0;
|
||||||
margin-left: auto;
|
margin-left: auto;
|
||||||
display: grid;
|
display: flex;
|
||||||
grid-auto-flow: row;
|
height: 40px;
|
||||||
grid-template-columns: repeat(auto-fill, minmax(42px, 1fr));
|
|
||||||
grid-auto-rows: 40px;
|
|
||||||
direction: rtl;
|
direction: rtl;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -1341,6 +1338,7 @@ html[data-color-scheme=light] .preview {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
font-size: 1em;
|
font-size: 1em;
|
||||||
width: auto;
|
width: auto;
|
||||||
|
min-width: 42px;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
border-radius: 6px;
|
border-radius: 6px;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue