Modify invitation layout

- Make URLs easily copyable
- Do not show XMPP URI
This commit is contained in:
Jonas Schäfer
2021-01-17 19:32:02 +01:00
parent 427f73811c
commit 1b6d340d49
8 changed files with 144 additions and 59 deletions

View File

@@ -789,6 +789,21 @@ table {
}
}
.long-url-link {
display: block;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
}
.link-col {
width: $w-l6;
}
#clipboard-result + span {
display: none;
}
/* linearisation / responsive stuff */
@@ -828,7 +843,6 @@ table {
.copy-to-clipboard {
cursor: pointer;
margin-left: 0.5em;
font-style: normal;
text-decoration: none;
}