2021-07-19 09:34:44 +08:00
|
|
|
// styles that apply to the "share" modal & popup when sharing a link to a post or topic
|
|
|
|
|
2021-11-10 01:44:01 +08:00
|
|
|
.link-share-container,
|
|
|
|
.notify-user-input {
|
2021-07-19 09:34:44 +08:00
|
|
|
display: flex;
|
2023-10-31 00:45:07 +08:00
|
|
|
gap: 0.5em;
|
|
|
|
|
2021-11-10 01:44:01 +08:00
|
|
|
input,
|
|
|
|
.select-kit {
|
2022-02-24 09:21:20 +08:00
|
|
|
cursor: auto;
|
2021-07-19 09:34:44 +08:00
|
|
|
width: 100%;
|
|
|
|
margin-bottom: 0;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2024-10-21 18:11:43 +08:00
|
|
|
.link-share-container {
|
|
|
|
.invite-link {
|
|
|
|
flex: 1 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.mobile-view & {
|
|
|
|
flex-direction: column;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2021-07-20 04:15:09 +08:00
|
|
|
.link-share-actions {
|
2021-07-19 09:34:44 +08:00
|
|
|
display: flex;
|
|
|
|
flex-wrap: wrap;
|
2022-03-16 03:27:18 +08:00
|
|
|
align-items: baseline;
|
2021-07-19 09:34:44 +08:00
|
|
|
|
|
|
|
button {
|
|
|
|
margin-top: 0.5em;
|
|
|
|
margin-right: 0.5em;
|
|
|
|
}
|
|
|
|
|
|
|
|
.sources {
|
|
|
|
display: flex;
|
|
|
|
}
|
|
|
|
|
|
|
|
.new-topic {
|
|
|
|
margin-right: 0;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.share-twitter {
|
|
|
|
.d-icon {
|
|
|
|
color: var(--twitter);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
.share-facebook {
|
|
|
|
.d-icon {
|
|
|
|
color: var(--facebook);
|
|
|
|
}
|
|
|
|
}
|