Skip to content

Commit

Permalink
fix 4be7cf9
Browse files Browse the repository at this point in the history
  • Loading branch information
noridev committed Jan 4, 2024
1 parent 60c23f9 commit 96f0599
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 14 deletions.
15 changes: 8 additions & 7 deletions packages/frontend/src/components/MkPostForm.vue
Original file line number Diff line number Diff line change
Expand Up @@ -1443,20 +1443,21 @@ defineExpose({
.footer {
padding: 0 8px 8px 8px;
}
}

@container (max-width: 350px) {
.footer {
font-size: 0.9em;
}

.footerLeft {
grid-template-columns: repeat(auto-fill, minmax(38px, 1fr));
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) {
.footer {
font-size: 0.9em;
}

.headerRight {
gap: 0;
Expand Down
15 changes: 8 additions & 7 deletions packages/frontend/src/components/MkPostFormSimple.vue
Original file line number Diff line number Diff line change
Expand Up @@ -1492,20 +1492,21 @@ defineExpose({
.footer {
padding: 0 8px 8px 8px;
}
}

@container (max-width: 350px) {
.footer {
font-size: 0.9em;
}

.footerLeft {
grid-template-columns: repeat(auto-fill, minmax(38px, 1fr));
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) {
.footer {
font-size: 0.9em;
}

.headerRight {
gap: 0;
Expand Down

0 comments on commit 96f0599

Please sign in to comment.