Skip to content

Commit 948bf2b

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

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

dist/fast-search-card.js

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1079,8 +1079,11 @@ class FastSearchCard extends HTMLElement {
10791079
.detail-left-header {
10801080
display: flex;
10811081
align-items: center;
1082+
justify-content: center; /* ← Zentriert alles horizontal */
10821083
gap: 16px;
10831084
margin-bottom: 20px;
1085+
position: absolute;
1086+
left: 0;
10841087
}
10851088

10861089
.back-button {
@@ -1176,11 +1179,13 @@ class FastSearchCard extends HTMLElement {
11761179
}
11771180

11781181
.detail-title-area {
1179-
flex: 1;
11801182
min-width: 0;
11811183
text-align: left;
11821184
margin-top: 0;
1185+
flex: none;
1186+
text-align: center;
11831187
}
1188+
11841189
.detail-name {
11851190
font-size: 16px;
11861191
font-weight: 600;

0 commit comments

Comments
 (0)