We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 74d0d97 commit 27bc7b3Copy full SHA for 27bc7b3
1 file changed
GoogleTranslate-Beautification.user.js
@@ -56,20 +56,20 @@
56
function addStyle() {
57
var style,
58
style_1 = `
59
-/* 翻译结果的选择列表宽度 */
+/* 翻译结果的选择列表宽度
60
.alt-menu {
61
max-width: 35% !important;
62
-}
63
-/* 翻译结果选择时显示翻译结果的翻译结果 */
+} */
+/* 翻译结果选择时显示翻译结果的翻译结果
64
.goog-menu.round-trip-content {
65
white-space: normal !important;
66
word-break: break-all !important;
67
-}`,
+} */`,
68
style_2 = `
69
-/* 清理多余内容 */
+/* 清理多余内容
70
.rQKk7.zJmlgc {
71
display: none !important;
72
73
style_Add = document.createElement('style');
74
if (menu_streamline) {
75
style = style_1 + style_2;
0 commit comments