Skip to content

Commit 66adfcc

Browse files
fix: adjust date tooltip to avoid unnecessary scrollbar
1 parent ca82890 commit 66adfcc

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

browser_action/browser_action.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ td {
158158

159159
#checked_tooltip {
160160
width: max-content;
161-
margin-left: -5rem;
161+
margin-left: -10rem;
162162
margin-top: -1.25rem;
163163
}
164164

manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
}
1414
}
1515
},
16-
"version": "1.0.5",
16+
"version": "1.0.6",
1717
"permissions": [
1818
"alarms",
1919
"menus",

0 commit comments

Comments
 (0)