Skip to content

Commit

Permalink
Constrain avatar size
Browse files Browse the repository at this point in the history
  • Loading branch information
easafe committed Jan 26, 2025
1 parent 2ae368b commit e62bc2d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
1 change: 1 addition & 0 deletions src/Client/Im/Chat.purs
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ import Data.Maybe (Maybe(..))
import Data.Maybe as DM
import Data.Newtype as DN
import Data.Nullable (null)

import Data.String (Pattern(..))
import Data.String as DS
import Data.String.CodeUnits as DSC
Expand Down
5 changes: 2 additions & 3 deletions src/Client/css/im.css
Original file line number Diff line number Diff line change
Expand Up @@ -908,7 +908,6 @@ svg.toolbar-action {
display: inline;
}

.large-avatar-profile {}

.chat-input-preview,
.chat-input {
Expand Down Expand Up @@ -2824,8 +2823,8 @@ select {
}

.large-avatar-profile {
height: 90%;
width: 90%;
height: 85%;
width: 85%;
}


Expand Down

0 comments on commit e62bc2d

Please sign in to comment.