Fix minor bugs

This commit is contained in:
Arnaud 2024-09-16 12:54:00 +02:00
parent e3450c8171
commit f90668325f
No known key found for this signature in database
GPG Key ID: 69D6CE281FCAE663
2 changed files with 5 additions and 0 deletions

View File

@ -3,6 +3,7 @@
border: 1px solid var(--codex-border-color);
background-color: var(--codex-background-secondary);
padding: 1rem 1.5rem;
margin-bottom: 1rem;
}
.files-title {

View File

@ -97,6 +97,10 @@
.storageRequestReview-alert {
flex-direction: column;
}
.storageRequestReview-expiration {
min-width: 100%;
}
}
@media (min-width: 801px) {