Merge upstream 2025-01-17 #40

Merged
ashten merged 35 commits from sugar/forkey:merge-upstream-2025-01-17 into main 2025-02-03 16:05:49 +00:00
Showing only changes of commit d4baf040cc - Show all commits

View file

@ -1441,6 +1441,16 @@ defineExpose({
} }
} }
@container (max-width: 400px) {
.submitInner {
min-width: 20px;
}
.submitButtonText {
display: none;
}
}
@container (max-width: 350px) { @container (max-width: 350px) {
.footer { .footer {
font-size: 0.9em; font-size: 0.9em;
@ -1457,14 +1467,5 @@ defineExpose({
.headerRight { .headerRight {
gap: 0; gap: 0;
} }
.submitInner {
min-width: 20px;
}
.submitButtonText {
display: none;
}
} }
</style> </style>