Skip to content

Commit 1225b62

Browse files
authored
Update fast-search-card.js
1 parent 948bf2b commit 1225b62

File tree

1 file changed

+5
-8
lines changed

1 file changed

+5
-8
lines changed

dist/fast-search-card.js

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1079,11 +1079,10 @@ class FastSearchCard extends HTMLElement {
10791079
.detail-left-header {
10801080
display: flex;
10811081
align-items: center;
1082-
justify-content: center; /* ← Zentriert alles horizontal */
1082+
justify-content: center; /* ← Hinzufügen */
10831083
gap: 16px;
10841084
margin-bottom: 20px;
1085-
position: absolute;
1086-
left: 0;
1085+
position: relative; /* ← Hinzufügen */
10871086
}
10881087

10891088
.back-button {
@@ -1100,6 +1099,8 @@ class FastSearchCard extends HTMLElement {
11001099
flex-shrink: 0;
11011100
color: var(--text-primary);
11021101
padding: 0;
1102+
position: absolute;
1103+
left: 0;
11031104
}
11041105

11051106
.back-button:hover {
@@ -1429,11 +1430,7 @@ class FastSearchCard extends HTMLElement {
14291430
}
14301431

14311432

1432-
.detail-left-header {
1433-
gap: 12px;
1434-
align-items: flex-start;
1435-
margin-top: 8px;
1436-
}
1433+
14371434

14381435

14391436

0 commit comments

Comments
 (0)