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

Fix Incorrect message scaling for verification request #11793

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
19 commits
Select commit Hold shift + click to select a range
307ddf6
Fix CSS for uploading-files in threads
capGoblin Oct 14, 2023
50320af
Merge branch 'develop' into fix/css-uploading-files-threads
capGoblin Oct 14, 2023
2b18e3d
fix-close button to stick at top of container
capGoblin Oct 16, 2023
fac9c3e
Merge branch 'matrix-org:develop' into fix/css-uploading-files-threads
capGoblin Oct 16, 2023
c46e5c8
Merge branch 'fix/css-uploading-files-threads' of https://github.com/…
capGoblin Oct 16, 2023
c9ff975
Merge branch 'develop' into fix/css-uploading-files-threads
capGoblin Oct 16, 2023
ad7aa0e
Merge branch 'develop' of https://github.com/capGoblin/matrix-react-s…
capGoblin Oct 17, 2023
a102b9e
re-align close button
capGoblin Oct 17, 2023
782676d
Merge branch 'matrix-org:develop' into fix/css-uploading-files-threads
capGoblin Oct 17, 2023
8281e3b
Merge branch 'fix/css-uploading-files-threads' of https://github.com/…
capGoblin Oct 17, 2023
4f18ead
Merge branch 'develop' into fix/css-uploading-files-threads
capGoblin Oct 17, 2023
bba98f4
Merge branch 'develop' into fix/css-uploading-files-threads
Oct 17, 2023
3c7549c
re-align close button
capGoblin Oct 18, 2023
9ce3109
Merge branch 'fix/css-uploading-files-threads' of https://github.com/…
capGoblin Oct 18, 2023
2b9b479
Fix verification-message-scaling
capGoblin Oct 24, 2023
ff28755
Merge branch 'develop' of https://github.com/capGoblin/matrix-react-s…
capGoblin Oct 24, 2023
04cd6d0
Merge branch 'develop' of https://github.com/capGoblin/matrix-react-s…
capGoblin Oct 25, 2023
6bc47bc
add min width to mx_EventTileBubble
capGoblin Oct 25, 2023
7e2a721
Merge branch 'develop' into fix/verification-message-scaling
capGoblin Oct 25, 2023
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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