| | border-radius: 6px; |
| | box-shadow: 0 8px 24px rgba(0, 0, 0, 0.5); |
| | - /* Ensure it doesn't exceed screen width */ |
| | max-width: calc(100vw - 40px); |
| | } |
| | |
| | .clone-checkbox:checked ~ .clone-region { |
| | display: block; |
| | } |
| | |
| | -/* The grid trick for auto-sizing */ |
| | .clone-wrapper { |
| | display: inline-grid; |
 |
| | visibility: hidden; |
| | white-space: pre; |
| | - /* Must match input font exactly */ |
| | font-family: monospace; |
| | font-size: 13px; |
| | - padding: 8px; /* Must match input padding */ |
| | - border: 1px solid transparent; /* Must match input border width */ |
| | + padding: 8px; |
| | + border: 1px solid transparent; |
| | } |
| | |
 |
| | font-size: 13px; |
| | box-sizing: border-box; |
| | + user-select: all; |
| | + -webkit-user-select: all; |
| | } |
| | - |
| | |