Skip to content

Commit 405b8e1

Browse files
committed
fix reddit styles
1 parent 5605387 commit 405b8e1

4 files changed

Lines changed: 5 additions & 3 deletions

File tree

382 KB
Binary file not shown.

content.css

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,7 @@
115115
text-overflow: unset;
116116
height: auto;
117117
flex-grow: 0;
118+
overflow: visible;
118119
}
119120

120121
.fluent-modal-button {
@@ -179,10 +180,11 @@
179180
text-wrap: nowrap;
180181
}
181182

182-
.extension-icon {
183+
.fluent-extension-icon {
183184
display: inline-block;
184185
vertical-align: middle;
185186
border-radius: 2px;
187+
padding-bottom: 0;
186188
}
187189

188190
.tooltip-hint {

content.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -569,7 +569,7 @@ class LanguageLearningContent {
569569
// Add extension icon next to incorrect button
570570
const extensionIcon = document.createElement('img');
571571
extensionIcon.src = browser.runtime.getURL('icons/icon-128.png');
572-
extensionIcon.className = 'extension-icon';
572+
extensionIcon.className = 'fluent-extension-icon';
573573
extensionIcon.style.width = '22px';
574574
extensionIcon.style.height = '22px';
575575
extensionIcon.style.alignSelf = 'center';

manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"manifest_version": 2,
33
"name": "Fluent Tab",
4-
"version": "1.0.3",
4+
"version": "1.0.4",
55
"description": "Learn languages while browsing with DeepL-powered translations. Transform any webpage into a language learning experience.",
66

77
"browser_specific_settings": {

0 commit comments

Comments
 (0)