better min/max width

This commit is contained in:
ThatOneCalculator 2022-11-15 01:13:03 -08:00
parent 9dccf1df24
commit eb4c18eb09

View file

@ -106,8 +106,8 @@ const previewable = (file: misskey.entities.DriveFile): boolean => {
.hoawjimk {
> .dmWidth {
min-width: 200px;
max-width: 400px;
min-width: 20rem;
max-width: 40rem;
}
> .gird-container {