1
1
mirror of https://github.com/kokonect-link/cherrypick synced 2024-12-12 21:58:58 +09:00
This commit is contained in:
NoriDev 2024-01-04 16:39:02 +09:00
parent 60c23f90df
commit 96f0599128
2 changed files with 18 additions and 16 deletions

View File

@ -1443,6 +1443,15 @@ defineExpose({
.footer { .footer {
padding: 0 8px 8px 8px; padding: 0 8px 8px 8px;
} }
.footerLeft {
grid-template-columns: repeat(auto-fill, minmax(34px, 1fr));
padding-left: 2px;
}
.footerRight {
grid-template-columns: repeat(auto-fill, minmax(38px, 1fr));
}
} }
@container (max-width: 350px) { @container (max-width: 350px) {
@ -1450,14 +1459,6 @@ defineExpose({
font-size: 0.9em; font-size: 0.9em;
} }
.footerLeft {
grid-template-columns: repeat(auto-fill, minmax(38px, 1fr));
}
.footerRight {
grid-template-columns: repeat(auto-fill, minmax(38px, 1fr));
}
.headerRight { .headerRight {
gap: 0; gap: 0;
} }

View File

@ -1492,6 +1492,15 @@ defineExpose({
.footer { .footer {
padding: 0 8px 8px 8px; padding: 0 8px 8px 8px;
} }
.footerLeft {
grid-template-columns: repeat(auto-fill, minmax(34px, 1fr));
padding-left: 2px;
}
.footerRight {
grid-template-columns: repeat(auto-fill, minmax(38px, 1fr));
}
} }
@container (max-width: 350px) { @container (max-width: 350px) {
@ -1499,14 +1508,6 @@ defineExpose({
font-size: 0.9em; font-size: 0.9em;
} }
.footerLeft {
grid-template-columns: repeat(auto-fill, minmax(38px, 1fr));
}
.footerRight {
grid-template-columns: repeat(auto-fill, minmax(38px, 1fr));
}
.headerRight { .headerRight {
gap: 0; gap: 0;
} }