Skip to content
This repository has been archived by the owner on Sep 11, 2024. It is now read-only.

Commit

Permalink
Fix Incorrect message scaling for verification request (#11793)
Browse files Browse the repository at this point in the history
* Fix CSS for uploading-files in threads

* fix-close button to stick at top of container

* re-align close button

* re-align close button

* Fix verification-message-scaling

* add min width to mx_EventTileBubble

---------

Co-authored-by: Kerry <kerrya@element.io>
  • Loading branch information
capGoblin and Kerry authored Oct 26, 2023
1 parent e8b2740 commit 53f35b6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions res/css/views/messages/_EventTileBubble.pcss
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ limitations under the License.
.mx_EventTileBubble_subtitle {
grid-column: 2;
overflow-wrap: break-word;
min-inline-size: 50px;
}

.mx_EventTileBubble_title {
Expand Down
1 change: 1 addition & 0 deletions res/css/views/rooms/_EventTile.pcss
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,7 @@ $left-gutter: 64px;

.mx_EventTileBubble {
margin-block: var(--EventTileBubble_margin-block);
min-width: 100px;
}

.mx_MImageBody {
Expand Down

0 comments on commit 53f35b6

Please sign in to comment.