This commit is contained in:
2023-07-12 19:27:42 +01:00
parent 3b11f63573
commit 1ead1e4a7c
19 changed files with 663 additions and 537 deletions

View File

@ -1,6 +1,6 @@
.link-preview-container {
border: 1px solid var(--gray);
border-radius: 10px;
border-radius: 0px 0px 12px 12px;
background: #151515;
overflow: hidden;
}