Skip to content

Commit c745a88

Browse files
authored
Merge pull request #17 from mogproject/dev
Dev
2 parents e7ac78b + f552d5a commit c745a88

File tree

5 files changed

+10
-8
lines changed

5 files changed

+10
-8
lines changed

assets/css/yay-filter.css

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,13 @@
11
#yay-filter-container {
22
cursor: pointer;
33
margin-left: 32px;
4-
height: 24px;
4+
height: 23px;
55
color: var(--yt-spec-text-secondary);
66
font-family: Roboto, Arial, sans-serif;
7-
font-size: 14px;
8-
font-weight: 500;
7+
font-size: var(--ytd-tab-system_-_font-size);
8+
font-weight: var(--ytd-tab-system_-_font-weight);
9+
letter-spacing: var(--ytd-tab-system_-_letter-spacing);
10+
text-transform: var(--ytd-tab-system_-_text-transform);
911

1012
user-select: none;
1113
-webkit-user-select: none;
@@ -17,7 +19,7 @@
1719
position: absolute;
1820
visibility: hidden;
1921
z-index: 100;
20-
margin-top: 46px;
22+
margin-top: 46px !important;
2123
opacity: 0;
2224
transition: opacity 0.3s;
2325
}

assets/manifest_chrome.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": "Yet Another YouTube Comment Filter",
4-
"version": "0.1.2",
4+
"version": "0.1.3",
55
"description": "Filters comments on YouTube.",
66
"author": "Yosuke Mizutani",
77

assets/manifest_firefox.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": "Yet Another YouTube Comment Filter",
4-
"version": "0.1.2",
4+
"version": "0.1.3",
55
"description": "Filters comments on YouTube.",
66
"author": "Yosuke Mizutani",
77

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "yay-filter",
3-
"version": "0.1.0",
3+
"version": "0.1.3",
44
"description": "Yet another YouTube comment filter",
55
"dependencies": {},
66
"devDependencies": {

src/Config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
declare const __DEBUG__: string;
77

88
export const Config = {
9-
version: '0.1.2',
9+
version: '0.1.3',
1010
url: {
1111
targetUrl: 'www.youtube.com/watch',
1212
projectUrl: 'https://github.com/mogproject/yay-filter',

0 commit comments

Comments
 (0)