Skip to content

Commit

Permalink
update max-width/max-height for attachment video preview (#8185)
Browse files Browse the repository at this point in the history
Signed-off-by: denis-tingaikin <[email protected]>
  • Loading branch information
denis-tingaikin authored Mar 10, 2025
1 parent 4407b36 commit 06abf0f
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -74,8 +74,8 @@

<style lang="scss">
.container {
max-width: 20rem;
max-height: 20rem;
max-width: 25rem;
max-height: 25rem;
min-width: 4rem;
min-height: 4rem;
border-radius: 0.75rem;
Expand Down

0 comments on commit 06abf0f

Please sign in to comment.