Replacing all PNGs with inline SVG

This commit is contained in:
softsimon
2022-08-29 19:02:22 +02:00
parent dcfaa9b474
commit 70d8a664e5
24 changed files with 124 additions and 42 deletions

View File

@@ -13,6 +13,7 @@ export class ClipboardComponent implements AfterViewInit {
@ViewChild('buttonWrapper') buttonWrapper: ElementRef;
@Input() size: 'small' | 'normal' = 'normal';
@Input() text: string;
@Input() leftPadding = true;
copiedMessage: string = $localize`:@@clipboard.copied-message:Copied!`;
clipboard: any;