We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b1c5d07 commit 948bf2bCopy full SHA for 948bf2b
dist/fast-search-card.js
@@ -1079,8 +1079,11 @@ class FastSearchCard extends HTMLElement {
1079
.detail-left-header {
1080
display: flex;
1081
align-items: center;
1082
+ justify-content: center; /* ← Zentriert alles horizontal */
1083
gap: 16px;
1084
margin-bottom: 20px;
1085
+ position: absolute;
1086
+ left: 0;
1087
}
1088
1089
.back-button {
@@ -1176,11 +1179,13 @@ class FastSearchCard extends HTMLElement {
1176
1179
1177
1180
1178
1181
.detail-title-area {
- flex: 1;
1182
min-width: 0;
1183
text-align: left;
1184
margin-top: 0;
1185
+ flex: none;
1186
+ text-align: center;
1187
1188
+
1189
.detail-name {
1190
font-size: 16px;
1191
font-weight: 600;
0 commit comments