File tree Expand file tree Collapse file tree 1 file changed +5
-8
lines changed Expand file tree Collapse file tree 1 file changed +5
-8
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments