File tree Expand file tree Collapse file tree 4 files changed +0
-86
lines changed
Expand file tree Collapse file tree 4 files changed +0
-86
lines changed Original file line number Diff line number Diff 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 >
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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 );
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments