mirror of
https://github.com/kokonect-link/cherrypick
synced 2024-12-12 21:58:58 +09:00
fix 4be7cf9d
This commit is contained in:
parent
60c23f90df
commit
96f0599128
@ -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;
|
||||||
}
|
}
|
||||||
|
@ -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;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user