fix 4be7cf9d
This commit is contained in:
parent
60c23f90df
commit
96f0599128
|
@ -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;
|
||||
}
|
||||
|
|
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue