input.css 646 B

1234567891011121314151617181920212223242526272829
  1. .bytm-auto-like-channel-row-left-cont {
  2. display: flex;
  3. align-items: center;
  4. gap: 10px;
  5. }
  6. .bytm-auto-like-channel-row {
  7. display: flex;
  8. justify-content: space-between;
  9. align-items: center;
  10. padding: 4px 15px;
  11. transition: background-color 0.15s ease-out;
  12. }
  13. .bytm-auto-like-channels-desc {
  14. padding: 0px 15px;
  15. white-space: pre-wrap;
  16. font-size: 1.6rem;
  17. margin-bottom: 15px;
  18. }
  19. .bytm-auto-like-channel-row:hover {
  20. background-color: var(--bytm-menu-bg-highlight);
  21. }
  22. .bytm-auto-like-channel-row .bytm-toggle-input-wrapper.bytm-auto-like-channel-toggle {
  23. --toggle-height: 18px !important;
  24. --toggle-width: 36px !important;
  25. }