From d3262d4fff758eded6965b4a6a5adf6cc08f9422 Mon Sep 17 00:00:00 2001 From: SirStendec Date: Tue, 8 Nov 2016 16:43:02 -0500 Subject: [PATCH] 3.5.363. Properly position search popout. Dispatch events correctly for TwitchBot. Fix an issue with BTTV compatibility. Dark mode CSS tweaks. --- changelog.html | 13 ++++++++----- dark.css | 2 ++ old_changes.html | 5 +++++ src/ember/layout.js | 1 + src/ember/line.js | 14 ++++++++------ src/ember/player.js | 2 +- src/ember/room.js | 2 +- src/main.js | 2 +- style.css | 11 ++++++++++- 9 files changed, 37 insertions(+), 15 deletions(-) diff --git a/changelog.html b/changelog.html index cd42702e..54b01c71 100644 --- a/changelog.html +++ b/changelog.html @@ -1,3 +1,11 @@ +
3.5.363
+ +
3.5.362
-
3.5.352
- -
View Older
\ No newline at end of file diff --git a/dark.css b/dark.css index f63ed4f9..a588c5dd 100644 --- a/dark.css +++ b/dark.css @@ -289,6 +289,7 @@ body.ffz-dark:not([data-page="teams#show"]), background-color: #191919; } +.ffz-dark select.pl-form__input, .ffz-dark .video-stats .form__input[type=search]:not(:focus):not(:hover) { box-shadow: inset 0 0 1px rgba(255,255,255,0.2); } @@ -483,6 +484,7 @@ body.ffz-dark:not([data-page="teams#show"]), /* Video Manager */ +.ffz-dark .player-menu-options, .ffz-dark ul.tabs:before, .ffz-dark .directory_header .nav:before, .ffz-dark ul.tabs_fake:before, diff --git a/old_changes.html b/old_changes.html index 42f44332..1665c317 100644 --- a/old_changes.html +++ b/old_changes.html @@ -1,3 +1,8 @@ +
3.5.352
+ +
3.5.351