Fix video info not expanding

This commit is contained in:
the1812 2019-11-08 17:12:26 +08:00
parent a1e45f2ad8
commit d550447a22
8 changed files with 9 additions and 8 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -57,7 +57,7 @@
"feeds-filter-card.vue.min.js": "3A7F8F402EA46E43B718506329814953C9E358A8AF94088D4E5745D48296D80B",
"feeds-filter.min.js": "10557E498B8BADA3C1C03E8C1DCD6FB24DBA2DA27A5A03BD861054F7E2989D46",
"ffmpeg-support.min.js": "E3D90A111457F7093BE2DBBC011B268B497351CCFF987394A34171F77146A9B2",
"fill-with-comments.min.js": "5631FB619EF1BE4673E243BAB119EBCD157B516CC6FE7D8E281D5A73AEDD32B4",
"fill-with-comments.min.js": "5D52ACB5057267C2EEBA5AA74EEE5D4086215645623560825C25AAA133536F2F",
"filter-type-switch.vue.min.js": "E06B00EF48F3CCFACC82B858A266CE0DF48F8332C5900B3AD579330D4C6D3125",
"fix-fullscreen.min.js": "C0628A7CABB4421FCBD7663700EF9965C96F6D79979B9F7523A9F9B0B009C8B6",
"fold-comment.min.css": "74DF4566EB80AD7078E65E8B68633E05FC41D3B4E47A20D6E415E8A743F35378",

Binary file not shown.

View File

@ -1 +1 @@
(()=>{return(t,n)=>{const o="fill-with-comments-style";const r=t=>{if(t){n.applyStyleFromText(`\n .v-wrap { position: relative !important; }\n .v-wrap .l-con { width: 100% !important; }\n .v-wrap .r-con {\n position: absolute !important;\n top: 0 !important;\n right: 0 !important;\n }\n`,o)}else{dqa("#"+o).forEach(t=>t.remove())}};return{export:{fillWithComments:r}}}})();
(()=>{return(t,n)=>{const o="fill-with-comments-style";const i=t=>{if(t){n.applyStyleFromText(`\n .v-wrap { position: relative !important; }\n .v-wrap .l-con { width: 100% !important; }\n .v-wrap .r-con {\n position: absolute !important;\n top: 0 !important;\n right: 0 !important;\n }\n .video-desc .info { width: auto !important; }\n`,o)}else{dqa("#"+o).forEach(t=>t.remove())}};return{export:{fillWithComments:i}}}})();

View File

@ -9,6 +9,7 @@ export const fillWithComments = (enable) => {
top: 0 !important;
right: 0 !important;
}
.video-desc .info { width: auto !important; }
`, styleID)
} else {
dqa('#' + styleID).forEach(it => it.remove())