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 {
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) {
@ -1450,14 +1459,6 @@ defineExpose({
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 {
gap: 0;
}

View file

@ -1492,6 +1492,15 @@ defineExpose({
.footer {
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) {
@ -1499,14 +1508,6 @@ defineExpose({
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 {
gap: 0;
}