File tree Expand file tree Collapse file tree 1 file changed +7
-15
lines changed Expand file tree Collapse file tree 1 file changed +7
-15
lines changed Original file line number Diff line number Diff line change @@ -2895,8 +2895,7 @@ class FastSearchCard extends HTMLElement {
28952895 padding: 0px;
28962896 margin-bottom: 16px;
28972897 min-height: 60px;
2898- height: calc(100vh - 300px);
2899- max-height: 500px;
2898+ max-height: 200px;
29002899 overflow-y: auto;
29012900 scrollbar-width: thin;
29022901 scrollbar-color: rgba(255,255,255,0.2) transparent;
@@ -3050,10 +3049,14 @@ class FastSearchCard extends HTMLElement {
30503049 }
30513050
30523051 .timer-timeline-event .timeline-event-time {
3052+ position: absolute;
3053+ right: 12px;
3054+ top: 50%;
3055+ transform: translateY(-50%);
30533056 display: flex;
30543057 align-items: center;
30553058 gap: 8px;
3056- }
3059+ }
30573060
30583061
30593062
@@ -3203,11 +3206,6 @@ class FastSearchCard extends HTMLElement {
32033206 overflow-y: auto;
32043207 }
32053208
3206- /* Active Timers (aktualisiert) */
3207- .active-timers {
3208- margin-top: 20px;
3209- min-height: 60px;
3210- }
32113209
32123210 .loading-timers,
32133211 .no-timers {
@@ -3505,13 +3503,7 @@ class FastSearchCard extends HTMLElement {
35053503 }
35063504
35073505
3508-
3509-
3510- /* Active Timers */
3511- .active-timers {
3512- margin-bottom: 16px;
3513- min-height: 60px;
3514- }
3506+
35153507
35163508 .loading-timers,
35173509 .no-timers {
You can’t perform that action at this time.
0 commit comments