Spaces:
Running
Running
| /* ======================================== | |
| LT Watchlist - Section-Specific Styles | |
| ======================================== */ | |
| /* .tf-selector, .tf-btn, .modal-*, .input-row — defined in common.css */ | |
| .action-buttons { | |
| display: flex; | |
| gap: var(--space-sm); | |
| flex-wrap: wrap; | |
| margin-left: auto; | |
| } | |
| @media (max-width: 900px) { | |
| .input-row { | |
| flex-direction: column; | |
| align-items: stretch; | |
| } | |
| .action-buttons { | |
| margin-left: 0; | |
| justify-content: stretch; | |
| } | |
| .action-buttons .btn { | |
| flex: 1; | |
| } | |
| } | |