File tree Expand file tree Collapse file tree 1 file changed +22
-3
lines changed Expand file tree Collapse file tree 1 file changed +22
-3
lines changed Original file line number Diff line number Diff line change @@ -1294,6 +1294,9 @@ class FastSearchCard extends HTMLElement {
12941294
12951295 .mobile-tabs {
12961296 display: block;
1297+ position: absolute;
1298+ right: 0;
1299+ top: 0;
12971300 }
12981301
12991302 .detail-content {
@@ -1315,9 +1318,13 @@ class FastSearchCard extends HTMLElement {
13151318
13161319
13171320 .detail-left-header {
1318- align-items: center;
13191321 gap: 12px;
1322+ align-items: flex-start;
1323+ margin-top: 8px;
13201324 }
1325+
1326+
1327+
13211328
13221329 .detail-info-row {
13231330 padding-left: 0;
@@ -1351,7 +1358,7 @@ class FastSearchCard extends HTMLElement {
13511358 }
13521359
13531360 .detail-title-area {
1354- margin-top: 5px ;
1361+ margin-top: 4px ;
13551362 }
13561363 }
13571364
@@ -2528,7 +2535,7 @@ class FastSearchCard extends HTMLElement {
25282535 .history-header {
25292536 flex-direction: column;
25302537 gap: 12px;
2531- align-items: flex-start ;
2538+ align-items: center ;
25322539 }
25332540
25342541 .history-stats {
@@ -2657,6 +2664,18 @@ class FastSearchCard extends HTMLElement {
26572664
26582665 /* Mobile Anpassung */
26592666 @media (max-width: 768px) {
2667+
2668+ .shortcuts-container {
2669+ height: calc(100vh - 400px);
2670+ max-height: 400px;
2671+ }
2672+
2673+ .shortcuts-header {
2674+ flex-direction: column;
2675+ gap: 12px;
2676+ align-items: center;
2677+ }
2678+
26602679 .shortcuts-stats {
26612680 gap: 8px;
26622681 }
You can’t perform that action at this time.
0 commit comments