2018-06-12 18:12:26 +08:00
|
|
|
/*
|
2024-09-09 21:57:16 +08:00
|
|
|
Copyright 2018-2024 New Vector Ltd.
|
2018-06-12 18:12:26 +08:00
|
|
|
|
2024-09-09 21:57:16 +08:00
|
|
|
SPDX-License-Identifier: AGPL-3.0-only OR GPL-3.0-only
|
|
|
|
Please see LICENSE files in the repository root for full details.
|
2018-06-12 18:12:26 +08:00
|
|
|
*/
|
|
|
|
|
|
|
|
.mx_ShareDialog hr {
|
|
|
|
margin-top: 25px;
|
2018-06-15 01:56:46 +08:00
|
|
|
margin-bottom: 25px;
|
2018-06-12 18:12:26 +08:00
|
|
|
border-color: $light-fg-color;
|
|
|
|
}
|
|
|
|
|
2022-02-02 20:16:00 +08:00
|
|
|
.mx_ShareDialog .mx_ShareDialog_content {
|
2018-06-12 18:12:26 +08:00
|
|
|
margin: 10px 0;
|
|
|
|
|
2022-02-02 20:16:00 +08:00
|
|
|
.mx_CopyableText {
|
2022-07-27 21:39:29 +08:00
|
|
|
width: unset; /* full width */
|
2022-02-02 20:16:00 +08:00
|
|
|
|
|
|
|
> a {
|
|
|
|
text-decoration: none;
|
|
|
|
flex-shrink: 1;
|
|
|
|
overflow: hidden;
|
|
|
|
text-overflow: ellipsis;
|
|
|
|
white-space: nowrap;
|
|
|
|
}
|
|
|
|
}
|
2018-06-12 18:12:26 +08:00
|
|
|
}
|
|
|
|
|
|
|
|
.mx_ShareDialog_split {
|
|
|
|
display: flex;
|
|
|
|
flex-wrap: wrap;
|
|
|
|
}
|
|
|
|
|
|
|
|
.mx_ShareDialog_qrcode_container {
|
|
|
|
float: left;
|
|
|
|
height: 256px;
|
|
|
|
width: 256px;
|
|
|
|
margin-right: 64px;
|
|
|
|
}
|
|
|
|
|
2020-09-16 23:06:17 +08:00
|
|
|
.mx_ShareDialog_qrcode_container + .mx_ShareDialog_social_container {
|
|
|
|
width: 299px;
|
|
|
|
}
|
|
|
|
|
2018-06-12 18:12:26 +08:00
|
|
|
.mx_ShareDialog_social_container {
|
2018-06-15 01:56:46 +08:00
|
|
|
display: inline-block;
|
2018-06-12 18:12:26 +08:00
|
|
|
}
|
|
|
|
|
|
|
|
.mx_ShareDialog_social_icon {
|
2018-06-15 01:56:46 +08:00
|
|
|
display: inline-grid;
|
2018-06-12 18:12:26 +08:00
|
|
|
margin-right: 10px;
|
|
|
|
margin-bottom: 10px;
|
|
|
|
}
|