diff --git a/chrom-ext/content.js b/chrom-ext/content.js index a101527..af6eb67 100644 --- a/chrom-ext/content.js +++ b/chrom-ext/content.js @@ -229,7 +229,7 @@ .tab-btn.active { color: #1d9bf0; border-bottom-color: #1d9bf0; } .tab-content { padding: 16px 18px; flex: 1; overflow-y: auto; display: none; flex-direction: column; gap: 10px; } .tab-content.active { display: flex; } - .tweet-box { background: #f7f9f9; border: 1px solid #cfd9de; border-radius: 10px; padding: 10px; font-size: 13px; + .tweet-box { background: #f7f9f9; border: 1px solid #cfd9de; border-radius: 10px; padding: 10px; font-size: 16px; line-height: 1.4; max-height: 150px; overflow-y: auto; color: #333; white-space: pre-wrap; word-break: break-word; } label { font-size: 12px; font-weight: 700; color: #536471; text-transform: uppercase; letter-spacing: .3px; margin-top: 4px; } select, input[type="text"], input[type="password"], textarea { width: 100%; padding: 9px 10px; border-radius: 8px; border: 1px solid #cfd9de;