File tree Expand file tree Collapse file tree 1 file changed +12
-10
lines changed
.vitepress/theme/components Expand file tree Collapse file tree 1 file changed +12
-10
lines changed Original file line number Diff line number Diff line change 11<template >
2- <div class = " sponsors " >
3- <div class =" wwads-cn wwads-vertical wwads-sticky " data-id =" 380" style =" max-width :180px " ></div >
2+ <div >
3+ <div class =" wwads-cn wwads-vertical sponsors " data-id =" 380" style =" max-width :180px " ></div >
44 </div >
55</template >
66
@@ -17,13 +17,15 @@ onMounted(() => {
1717
1818<style scoped>
1919.sponsors {
20- padding : 24px ;
21- border-radius : 8px ;
22- font-size : 11px ;
23- display : flex ;
24- justify-content : center ;
25- align-items : center ;
26- flex-direction : column ;
27- gap : 8px ;
20+ max-width : 100% ;
21+ margin : 0 !important ;
22+ background-color : transparent !important ;
23+ }
24+
25+ .sponsors .wwads-text {
26+ color : var (--vp-c-bg ) !important ;
27+ transition-property : color ;
28+ transition-duration : 500ms ;
29+ transition-timing-function : cubic-bezier (0.4 , 0 , 0.2 , 1 );
2830}
2931 </style >
You can’t perform that action at this time.
0 commit comments