| 1 | .minimax_tts_settings>.tts_block { |
| 2 | gap: 5px; |
| 3 | margin: 5px 0; |
| 4 | } |
| 5 | |
| 6 | .minimax-custom-item { |
| 7 | display: flex; |
| 8 | justify-content: space-between; |
| 9 | align-items: center; |
| 10 | padding: 8px; |
| 11 | background: #333; |
| 12 | margin: 5px 0; |
| 13 | border-radius: 4px; |
| 14 | } |
| 15 | |
| 16 | .minimax-custom-item-info { |
| 17 | display: flex; |
| 18 | flex-direction: column; |
| 19 | } |
| 20 | |
| 21 | .minimax-custom-item-name { |
| 22 | font-weight: bold; |
| 23 | } |
| 24 | |
| 25 | .minimax-custom-item-details { |
| 26 | color: #aaa; |
| 27 | font-size: 0.9em; |
| 28 | } |
| 29 | |
| 30 | .minimax-custom-item-remove { |
| 31 | padding: 4px 8px; |
| 32 | font-size: 12px; |
| 33 | } |
| 34 | |
| 35 | .minimax-empty-list { |
| 36 | color: #888; |
| 37 | font-style: italic; |
| 38 | } |