Move margin from reasoning buttons to actions block
| @@ -4522,6 +4522,7 @@ input[type="range"]::-webkit-slider-thumb { | |||
| 4522 | .mes_reasoning_actions { | 4522 | .mes_reasoning_actions { |
| 4523 | margin: 0; | 4523 | margin: 0; |
| 4524 | margin-top: 0.5em; | 4524 | margin-top: 0.5em; |
| 4525 | margin-bottom: 0.5em; | ||
| 4525 | } | 4526 | } |
| 4526 | 4527 | ||
| 4527 | .mes_edit_buttons .menu_button, | 4528 | .mes_edit_buttons .menu_button, |
| @@ -4539,7 +4540,6 @@ input[type="range"]::-webkit-slider-thumb { | |||
| 4539 | } | 4540 | } |
| 4540 | 4541 | ||
| 4541 | .mes_reasoning_actions .edit_button { | 4542 | .mes_reasoning_actions .edit_button { |
| 4542 | margin-bottom: 0.5em; | ||
| 4543 | opacity: 1; | 4543 | opacity: 1; |
| 4544 | filter: brightness(0.7); | 4544 | filter: brightness(0.7); |
| 4545 | } | 4545 | } |