feat: improved sharing prompt

This commit is contained in:
Ramires Viana
2021-02-16 15:39:11 +00:00
parent a809404ce1
commit 1819377897
5 changed files with 116 additions and 91 deletions

View File

@@ -70,9 +70,4 @@
padding: .5em;
text-align: center;
animation: .2s opac forwards;
}
.share__promt__card {
max-width: max-content !important;
width: auto !important;
}
}

View File

@@ -226,6 +226,18 @@ table tr>*:last-child {
opacity: 1;
}
.card#share .input-group {
display: flex;
}
.card#share .input-group * {
border: none;
}
.card#share .input-group input {
flex: 1;
}
.overlay {
background-color: rgba(0, 0, 0, 0.5);
position: fixed;