Implement "get different link" functionality

This commit is contained in:
N Pex 2023-10-12 09:23:47 +00:00
parent 287eedf55e
commit 3bae46738d
4 changed files with 47 additions and 29 deletions

View file

@ -79,4 +79,11 @@
height: 17px;
object-fit: contain;
}
.getlink-buttons {
display: flex;
align-items: center;
flex-direction: column;
margin-top: -20px;
}
}

View file

@ -105,7 +105,7 @@ body { position:absolute; top:0; bottom:0; right:0; left:0; }
.v-btn.text-button {
font-family: 'Inter', sans-serif;
font-weight: 700;
font-size: 11 * $chat-text-size;
font-size: 11 * $chat-text-size !important;
border: none;
height: $chat-standard-padding;
margin-top: $chat-standard-padding-xs;