Fix translate container layout

This commit is contained in:
the1812 2020-10-06 10:35:40 +08:00
parent 5e14fd6c31
commit a48afcc379
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

@ -100,7 +100,7 @@
"feeds-filter-card.vue.min.js": "26314501209CB2233F06F419A29086848A7D2BBACEF6C99D492F82AF885A6175",
"feeds-filter.min.js": "9E8BC1A669D97992E888A3154FCE64912CE0B7A303D6BE40C3CA0C71A9533B96",
"feeds-translate-providers.min.js": "DD3B48C051ED1CD89AB79B2563723B2639D8737EF2194136D63ABAA8D4B64F6C",
"feeds-translate.min.css": "B670758F71DC61E719B758E1784ED6F0556726705CFC8BCBE39DE053881E50C4",
"feeds-translate.min.css": "D32AC69486018061E63203536A25C7C7FA5CE3FA486548DE44C17374D881606A",
"feeds-translate.min.js": "02C12D7A3382E185FF67C503C6287759ED18D2E9C838C2B94668953272BA09B1",
"ffmpeg-support.min.js": "E171EDDD8B6C8F9018283657D54DB679DDDEE10C162B034F526A28FC3DB1334A",
"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}.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-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}

View File

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