fix(editor): remove unnecessary css styles (#11885)

This commit is contained in:
fundon
2025-04-22 10:48:11 +00:00
parent ab2d0b5485
commit 4fd468c46f
10 changed files with 11 additions and 77 deletions

View File

@@ -14,9 +14,6 @@ export class LinkPreview extends LitElement {
justify-content: flex-start;
min-width: 60px;
max-width: 140px;
padding: var(--1, 0px);
border-radius: var(--1, 0px);
opacity: var(--add, 1);
user-select: none;
cursor: pointer;
@@ -39,7 +36,6 @@ export class LinkPreview extends LitElement {
text-overflow: ellipsis;
overflow: hidden;
opacity: var(--add, 1);
}
`;