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