File tree Expand file tree Collapse file tree 4 files changed +3
-11
lines changed
Expand file tree Collapse file tree 4 files changed +3
-11
lines changed Original file line number Diff line number Diff line change @@ -2,4 +2,3 @@ import './modules/menu.js';
22import './modules/copy-link.js' ;
33import './modules/video.js' ;
44import './modules/podcast.js' ;
5- import './modules/scrollbar-size.js' ;
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 66}
77
88.page {
9+ container-type : inline-size;
910 color : var (--token-color-text-primary );
1011 font-family : 'Dewi' , sans-serif;
1112 background-color : var (--token-color-background-primary );
1213 scroll-behavior : smooth;
1314}
1415
1516.page__body {
17+ --scrollbar-size : calc (100vw - 100cqw );
1618 max-width : 1920px ;
1719 margin : 0 auto;
1820}
Original file line number Diff line number Diff line change 9797}
9898
9999.podcast__player ::before {
100- --_scrollbar-size : calc ( var (--scrollbar-size , 0 ) * 1 px );
100+ --_scrollbar-size : var (--scrollbar-size , 0 );
101101 content : '' ;
102102 position : absolute;
103103 inset-block : -16px ;
You can’t perform that action at this time.
0 commit comments