You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-11-10 09:22:25 +03:00
Merge pull request #2273 from jryans/align-eed
Align buttons in encrypted event dialog
This commit is contained in:
@@ -24,4 +24,5 @@ limitations under the License.
|
|||||||
@mixin mx_DialogButton;
|
@mixin mx_DialogButton;
|
||||||
background-color: $primary-bg-color;
|
background-color: $primary-bg-color;
|
||||||
color: $accent-color;
|
color: $accent-color;
|
||||||
|
margin-top: 0px;
|
||||||
}
|
}
|
||||||
@@ -19,7 +19,6 @@ limitations under the License.
|
|||||||
}
|
}
|
||||||
|
|
||||||
.mx_MemberDeviceInfo.mx_DeviceVerifyButtons {
|
.mx_MemberDeviceInfo.mx_DeviceVerifyButtons {
|
||||||
padding: 6px 0;
|
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-wrap: wrap;
|
flex-wrap: wrap;
|
||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
|
|||||||
Reference in New Issue
Block a user