File tree Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -4079,7 +4079,7 @@ class FastSearchCard extends HTMLElement {
40794079
40804080 /* Actions Container - Scrollbar wie History */
40814081 .actions-container {
4082- padding: 20px ;
4082+ padding: 0px ;
40834083 height: calc(100vh - 300px);
40844084 max-height: 500px;
40854085 overflow-y: auto;
@@ -4154,6 +4154,7 @@ class FastSearchCard extends HTMLElement {
41544154 .timeline-event-title {
41554155 font-size: 18px;
41564156 color: var(--text-primary);
4157+ font-weight: 600;
41574158 }
41584159
41594160 /* Action Meta Badges */
@@ -4213,22 +4214,23 @@ class FastSearchCard extends HTMLElement {
42134214
42144215 /* Icon-Container sollte rund sein */
42154216 .action-timeline-event .timeline-event-icon {
4216- width: 32px ;
4217- height: 32px ;
4217+ width: 24px ;
4218+ height: 24px ;
42184219 border-radius: 50%;
42194220 display: flex;
42204221 align-items: center;
42214222 justify-content: center;
42224223 font-size: 16px;
42234224 font-weight: 600;
42244225 flex-shrink: 0;
4226+ padding: 10px;
42254227 }
42264228
42274229 /* Actions Filter Chips - Subcategory-Chip Design */
42284230 .actions-filter-chips {
42294231 display: flex;
42304232 gap: 8px;
4231- padding: 5px 20px 16px 20px ;
4233+ padding: 5px 20px 16px 0px ;
42324234 overflow-x: auto;
42334235 scrollbar-width: none;
42344236 -ms-overflow-style: none;
You can’t perform that action at this time.
0 commit comments