equal
deleted
inserted
replaced
541 overflow-y: auto; |
541 overflow-y: auto; |
542 max-height: 200px; /* This gets set in JS to fit the screen size, and based on # of sections. */ |
542 max-height: 200px; /* This gets set in JS to fit the screen size, and based on # of sections. */ |
543 background: transparent; |
543 background: transparent; |
544 } |
544 } |
545 |
545 |
546 #available-menu-items .accordion-section-title button { |
546 #available-menu-items .accordion-section-title button .toggle-indicator { |
547 display: block; |
547 display: flex; |
|
548 align-items: center; |
548 width: 28px; |
549 width: 28px; |
549 height: 35px; |
550 height: 35px; |
550 position: absolute; |
551 position: absolute; |
551 top: 5px; |
552 top: 5px; |
552 left: 5px; |
553 left: 5px; |
718 |
719 |
719 #available-menu-items-search.loading.loading-more .accordion-section-content div { |
720 #available-menu-items-search.loading.loading-more .accordion-section-content div { |
720 opacity: 1; |
721 opacity: 1; |
721 } |
722 } |
722 |
723 |
723 #customize-preview { |
724 @media (prefers-reduced-motion: no-preference) { |
724 transition: all 0.2s; |
725 #customize-preview { |
|
726 transition: all 0.2s; |
|
727 } |
725 } |
728 } |
726 |
729 |
727 body.adding-menu-items #available-menu-items { |
730 body.adding-menu-items #available-menu-items { |
728 right: 0; |
731 right: 0; |
729 visibility: visible; |
732 visibility: visible; |