Skip to content

Commit

Permalink
v4.73.12
Browse files Browse the repository at this point in the history
css fix
  • Loading branch information
cyfung1031 committed Jun 29, 2024
1 parent 3fe6996 commit c964eaa
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions css/style_chat.css
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,10 @@
border-radius: inherit;
}

#chat-container > ytd-live-chat-frame#chat[class] ytd-button-renderer {
border-radius: inherit;
}


ytd-live-chat-frame#chat:not([collapsed])>.ytd-live-chat-frame#show-hide-button:first-child {
border-bottom: 1px solid var(--yt-spec-10-percent-layer);
Expand Down
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"host_permissions": [
"https://www.youtube.com/*"
],
"version": "4.73.11",
"version": "4.73.12",
"web_accessible_resources": [{
"resources": ["images/*.png", "js/injection*.js", "js/content.js", "css/style_*.css"],
"matches": ["https://www.youtube.com/*"]
Expand Down
2 changes: 1 addition & 1 deletion version.ini
Original file line number Diff line number Diff line change
@@ -1 +1 @@
4.73.11
4.73.12

0 comments on commit c964eaa

Please sign in to comment.