Skip to content

Commit c52e2a9

Browse files
authored
Update fast-search-card.js
1 parent 9ad3b97 commit c52e2a9

File tree

1 file changed

+7
-15
lines changed

1 file changed

+7
-15
lines changed

dist/fast-search-card.js

Lines changed: 7 additions & 15 deletions
Original file line numberDiff line numberDiff 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 {

0 commit comments

Comments
 (0)