Merge pull request #6177 from Ocelot-Social-Community/fix-my-filter-max-width

fix(webapp): popup filter max-width
This commit is contained in:
Hannes Heine 2023-03-22 14:03:24 +01:00 committed by GitHub
commit ee6a7dab48
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -355,6 +355,7 @@ export default {
}
}
#my-filter {
max-width: 1028px;
background-color: white;
box-shadow: rgb(189 189 189) 1px 9px 15px 1px;
max-height: 950px;