This commit is contained in:
1Step621 2024-09-18 13:00:31 +09:00 committed by GitHub
commit 1155d99310
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 6 additions and 8 deletions

View File

@ -1314,19 +1314,16 @@ defineExpose({
.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;
} }
@ -1336,6 +1333,7 @@ defineExpose({
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;