Add min-width to SearchDialog

This commit is contained in:
Justin Edmund 2022-12-30 05:40:52 -08:00
parent e6c30c217d
commit c574e5e845

View file

@ -3,6 +3,7 @@
display: flex;
flex-direction: column;
min-height: 430px;
min-width: 580px;
height: 480px;
gap: 0;
padding: 0;