This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| %root% .splide__track { | |
| --x-slider-mask-edge: 20%; | |
| --x-slider-mask-edge-slope: 2; | |
| mask-image: linear-gradient(to right, black 0%, black 100%); | |
| -webkit-mask-image: linear-gradient(to right, black 0%, black 100%); | |
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| %root% .x-tabs_content:not(.x-tabs_content-accordion) { | |
| flex-direction: row; | |
| } | |
| %root% .x-tabs_content:not(.x-tabs_content-accordion) .x-tabs_panel { | |
| display: flex!important; /* undo "display: none;" */ | |
| opacity: 0; | |
| visibility: hidden; | |
| width: 100%; | |
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /* hide layout while waiting for new media to load */ | |
| media-player media-layout { | |
| transition: opacity 0.1s ease, visibility 0.1s ease; | |
| } | |
| media-player[data-x-wait] media-layout { | |
| opacity: 0!important; | |
| visibility: hidden; | |
| } |
NewerOlder