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;
}
}