Compare commits

...

7 Commits

1 changed files with 6 additions and 8 deletions

View File

@ -1314,19 +1314,16 @@ defineExpose({
.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;
}
@ -1336,6 +1333,7 @@ defineExpose({
margin: 0;
font-size: 1em;
width: auto;
min-width: 42px;
height: 100%;
border-radius: 6px;