Implement "get different link" functionality
This commit is contained in:
parent
287eedf55e
commit
3bae46738d
4 changed files with 47 additions and 29 deletions
|
|
@ -79,4 +79,11 @@
|
|||
height: 17px;
|
||||
object-fit: contain;
|
||||
}
|
||||
|
||||
.getlink-buttons {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
flex-direction: column;
|
||||
margin-top: -20px;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue