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

Fix button width and align 絵文字 (emoji) on the user panel #8562

Merged
merged 7 commits into from
May 12, 2022
17 changes: 16 additions & 1 deletion res/css/views/right_panel/_VerificationPanel.scss
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,22 @@ limitations under the License.
}
}

.mx_UserInfo {
.mx_UserInfo.mx_BaseCard {
.mx_UserInfo_container {
&:not(.mx_UserInfo_separator) {
t3chguy marked this conversation as resolved.
Show resolved Hide resolved
.mx_VerificationPanel_verifyByEmojiButton,
.mx_UserInfo_wideButton {
width: fit-content;
}

.mx_VerificationShowSas {
margin-inline-start: auto;
margin-inline-end: auto;
align-items: center;
}
}
}

.mx_EncryptionPanel_cancel {
@mixin customisedCancelButton;
width: 14px;
Expand Down