Safari: hide summary block arrow
| @@ -362,9 +362,14 @@ input[type='checkbox']:focus-visible { | ||
| 362 | 362 | } |
| 363 | 363 | |
| 364 | 364 | .mes_reasoning_details .mes_reasoning_summary { |
| 365 | + list-style: none; | |
| 365 | 366 | margin-right: calc(var(--mes-right-spacing) * -1); |
| 366 | 367 | } |
| 367 | 368 | |
| 369 | +.mes_reasoning_details summary::-webkit-details-marker { | |
| 370 | + display: none; | |
| 371 | +} | |
| 372 | + | |
| 368 | 373 | .mes_reasoning *:last-child { |
| 369 | 374 | margin-bottom: 0; |
| 370 | 375 | } |
| @@ -378,7 +383,7 @@ input[type='checkbox']:focus-visible { | ||
| 378 | 383 | } |
| 379 | 384 | |
| 380 | 385 | .mes_reasoning_details .mes_reasoning em { |
| 381 | 386 | color: color-mix(in srgb, var(--SmartThemeEmColor) 67%, var(--SmartThemeBlurTintColor) 33%); |
| 382 | 387 | } |
| 383 | 388 | |
| 384 | 389 | .mes_reasoning_header_block { |