Skip to content

Commit

Permalink
fix width on entry modal logo
Browse files Browse the repository at this point in the history
  • Loading branch information
nikk15 committed May 30, 2023
1 parent 49c5ff4 commit c4ae5e8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/react-components/room/RoomEntryModal.scss
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@

:local(.logo) {
height: auto;
width: 260px;
max-width: 260px;
max-height: 140px;
object-fit: contain;
Expand Down

0 comments on commit c4ae5e8

Please sign in to comment.