Skip to content

Commit 3967a2d

Browse files
committed
Remove website icons
1 parent cea0e9a commit 3967a2d

File tree

4 files changed

+0
-86
lines changed

4 files changed

+0
-86
lines changed

Chrome/dashboard.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,6 @@ <h1>CodeTweak</h1>
170170
<th scope="col">Status</th>
171171
<th scope="col">Name</th>
172172
<th scope="col">Author</th>
173-
<th scope="col">Website Icons</th>
174173
<th scope="col">Icon</th>
175174
<th scope="col">Run At</th>
176175
<th scope="col">Version</th>

Chrome/dashboard/dashboard-ui.js

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -98,9 +98,6 @@ function createScriptRow(script) {
9898
authorCell.className = "script-author";
9999
row.appendChild(authorCell);
100100

101-
// Favicon cell
102-
row.appendChild(createFaviconCell(script));
103-
104101
// Icon cell
105102
row.appendChild(createIconCell(script));
106103

Chrome/styles/dashboard.css

Lines changed: 0 additions & 55 deletions
Original file line numberDiff line numberDiff line change
@@ -391,14 +391,6 @@ input:checked + .slider:before {
391391
gap: var(--space-sm);
392392
}
393393

394-
.favicon {
395-
width: 18px;
396-
height: 18px;
397-
border-radius: var(--radius-sm);
398-
object-fit: contain;
399-
background: var(--bg-primary);
400-
}
401-
402394
.icon-container {
403395
display: flex;
404396
align-items: center;
@@ -413,19 +405,6 @@ input:checked + .slider:before {
413405
background: var(--bg-primary);
414406
}
415407

416-
.favicon-fallback {
417-
width: 18px;
418-
height: 18px;
419-
border-radius: var(--radius-sm);
420-
background: var(--primary-light);
421-
display: flex;
422-
align-items: center;
423-
justify-content: center;
424-
color: var(--primary);
425-
font-size: var(--text-xs);
426-
font-weight: var(--font-semibold);
427-
}
428-
429408
/* URL List */
430409
.url-list {
431410
display: flex;
@@ -458,40 +437,6 @@ input:checked + .slider:before {
458437
cursor: help;
459438
}
460439

461-
/* Favicon Container */
462-
.favicon-container {
463-
display: flex;
464-
align-items: center;
465-
gap: var(--space-xs);
466-
}
467-
468-
.favicon-wrapper {
469-
width: 18px;
470-
height: 18px;
471-
border-radius: var(--radius-sm);
472-
overflow: hidden;
473-
background: var(--bg-primary);
474-
}
475-
476-
.favicon-wrapper:not(:first-child) {
477-
margin-left: -8px;
478-
}
479-
480-
.favicon-counter {
481-
background: var(--primary-light);
482-
color: var(--primary);
483-
font-size: var(--text-xs);
484-
font-weight: var(--font-semibold);
485-
width: 18px;
486-
height: 18px;
487-
border-radius: var(--radius-sm);
488-
display: flex;
489-
align-items: center;
490-
justify-content: center;
491-
margin-left: -8px;
492-
cursor: help;
493-
}
494-
495440
/* Settings */
496441
.settings-section {
497442
background: var(--bg-secondary);

Chrome/utils/favicon.js

Lines changed: 0 additions & 27 deletions
This file was deleted.

0 commit comments

Comments
 (0)