@@ -2694,15 +2694,15 @@ class FastSearchCard extends HTMLElement {
26942694 }
26952695
26962696 .shortcuts-btn {
2697- padding: 6px 12px;
2697+ padding: 10px 15px 10px 12px;
26982698 background: rgba(255,255,255,0.08);
2699- border: 1px solid rgba(255,255,255,0.15);
2699+ border: 0px solid rgba(255,255,255,0.15);
27002700 border-radius: 12px;
27012701 color: var(--text-secondary);
27022702 cursor: pointer;
27032703 transition: all 0.2s ease;
2704- font-size: 14px ;
2705- font-weight: 500 ;
2704+ font-size: 16px ;
2705+ font-weight: 600 ;
27062706 }
27072707
27082708 .shortcuts-btn.active, .shortcuts-btn:hover {
@@ -2946,7 +2946,7 @@ class FastSearchCard extends HTMLElement {
29462946 justify-content: space-between;
29472947 padding: 12px;
29482948 background: rgba(255, 255, 255, 0.08);
2949- border: 1px solid rgba(255, 255, 255, 0.12);
2949+ border: 0px solid rgba(255, 255, 255, 0.12);
29502950 border-radius: 12px;
29512951 transition: all 0.2s ease;
29522952 }
@@ -2961,10 +2961,10 @@ class FastSearchCard extends HTMLElement {
29612961 }
29622962
29632963 .timer-name {
2964- font-size: 13px ;
2964+ font-size: 18px ;
29652965 font-weight: 600;
29662966 color: var(--text-primary);
2967- margin-bottom: 4px ;
2967+ margin-bottom: 0px ;
29682968 overflow: hidden;
29692969 text-overflow: ellipsis;
29702970 white-space: nowrap;
@@ -2977,14 +2977,14 @@ class FastSearchCard extends HTMLElement {
29772977 }
29782978
29792979 .timer-action {
2980- font-size: 11px ;
2980+ font-size: 18px ;
29812981 color: var(--text-secondary);
29822982 font-weight: 500;
29832983 }
29842984
29852985 .timer-time {
2986- font-size: 11px ;
2987- color: var(--accent );
2986+ font-size: 18px ;
2987+ color: var(--text-secondary );
29882988 font-weight: 600;
29892989 }
29902990
0 commit comments