Fix feeds translate style

This commit is contained in:
the1812 2020-10-07 22:27:35 +08:00
parent ba991b1d49
commit 11c4c622fe
8 changed files with 9 additions and 9 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

@ -101,7 +101,7 @@
"feeds-filter-card.vue.min.js": "D743BEF3C77C8A9AB8AA5DD24E8BD0A7AF7E638319137A103F3A9CF278F66CB4", "feeds-filter-card.vue.min.js": "D743BEF3C77C8A9AB8AA5DD24E8BD0A7AF7E638319137A103F3A9CF278F66CB4",
"feeds-filter.min.js": "9E8BC1A669D97992E888A3154FCE64912CE0B7A303D6BE40C3CA0C71A9533B96", "feeds-filter.min.js": "9E8BC1A669D97992E888A3154FCE64912CE0B7A303D6BE40C3CA0C71A9533B96",
"feeds-translate-providers.min.js": "DD3B48C051ED1CD89AB79B2563723B2639D8737EF2194136D63ABAA8D4B64F6C", "feeds-translate-providers.min.js": "DD3B48C051ED1CD89AB79B2563723B2639D8737EF2194136D63ABAA8D4B64F6C",
"feeds-translate.min.css": "D32AC69486018061E63203536A25C7C7FA5CE3FA486548DE44C17374D881606A", "feeds-translate.min.css": "54E959EC2AD38451B288E0DC669A269BF916CDB0F6B78497E2C315EB2811EF02",
"feeds-translate.min.js": "02C12D7A3382E185FF67C503C6287759ED18D2E9C838C2B94668953272BA09B1", "feeds-translate.min.js": "02C12D7A3382E185FF67C503C6287759ED18D2E9C838C2B94668953272BA09B1",
"ffmpeg-support.min.js": "E171EDDD8B6C8F9018283657D54DB679DDDEE10C162B034F526A28FC3DB1334A", "ffmpeg-support.min.js": "E171EDDD8B6C8F9018283657D54DB679DDDEE10C162B034F526A28FC3DB1334A",
"fill-with-comments.min.js": "A32B6D4ADFA29C164F9675E07715EAC0A5CFE0BBB346735DD691BDA2D9F338C3", "fill-with-comments.min.js": "A32B6D4ADFA29C164F9675E07715EAC0A5CFE0BBB346735DD691BDA2D9F338C3",

Binary file not shown.

View File

@ -1 +1 @@
.bb-comment .translate-container,.card-content .translate-container{margin-top:10px;display:inline-flex}.bb-comment .translate-container .translated,.card-content .translate-container .translated{font-size:12px;color:#aaa}.bb-comment .translate-container .translated a,.card-content .translate-container .translated a{color:var(--theme-color)}.bb-comment .translate-container .translate,.card-content .translate-container .translate{display:flex;align-items:center;font-size:12px;color:#aaa;cursor:pointer}.bb-comment .translate-container .translate:hover,.card-content .translate-container .translate:hover{color:var(--theme-color)}.bb-comment .translate-container .translate .mdi,.card-content .translate-container .translate .mdi{font-size:14px;margin-right:2px}.bb-comment .translate-container .translating,.card-content .translate-container .translating{font-size:18px}.bb-comment .translate-container .translate-result,.card-content .translate-container .translate-result{padding-top:10px;padding-right:10px;white-space:pre-wrap;line-height:22px;word-break:break-all;overflow-wrap:break-word}body.dark .bb-comment .translate-container .translate-result,body.dark .card-content .translate-container .translate-result{color:#eee}.bb-comment .translate-container{margin-top:6px;font-weight:400;font-size:14px} .bb-comment .translate-container,.card-content .translate-container{margin-top:10px;display:inline-block}.bb-comment .translate-container .translated,.card-content .translate-container .translated{font-size:12px;color:#aaa}.bb-comment .translate-container .translated a,.card-content .translate-container .translated a{color:var(--theme-color)}.bb-comment .translate-container .translate,.card-content .translate-container .translate{display:flex;align-items:center;font-size:12px;color:#aaa;cursor:pointer}.bb-comment .translate-container .translate:hover,.card-content .translate-container .translate:hover{color:var(--theme-color)}.bb-comment .translate-container .translate .mdi,.card-content .translate-container .translate .mdi{font-size:14px;margin-right:2px}.bb-comment .translate-container .translating,.card-content .translate-container .translating{font-size:18px}.bb-comment .translate-container .translate-result,.card-content .translate-container .translate-result{padding-top:10px;padding-right:10px;white-space:pre-wrap;line-height:22px;word-break:break-all;overflow-wrap:break-word}body.dark .bb-comment .translate-container .translate-result,body.dark .card-content .translate-container .translate-result{color:#eee}.bb-comment .translate-container{margin-top:6px;font-weight:400;font-size:14px}

View File

@ -1,7 +1,7 @@
.bb-comment .translate-container, .bb-comment .translate-container,
.card-content .translate-container { .card-content .translate-container {
margin-top: 10px; margin-top: 10px;
display: inline-flex; display: inline-block;
.translated { .translated {
font-size: 12px; font-size: 12px;
color: #aaa; color: #aaa;