diff options
| author | RblSb <msrblsb@gmail.com> | 2020-04-26 06:14:07 +0300 |
|---|---|---|
| committer | RblSb <msrblsb@gmail.com> | 2020-04-26 11:00:30 +0300 |
| commit | e0f2520fb03ed07a38e96c012c0f599b2fbe7f04 (patch) | |
| tree | 3b990453720b8193350ab5557abd410119160dd6 /res/css | |
| parent | 3c5fda212a8b895027c3853d9979b12a8f6c5798 (diff) | |
Fix autoscroll with unloaded images
Diffstat (limited to 'res/css')
| -rw-r--r-- | res/css/cytube.css | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/res/css/cytube.css b/res/css/cytube.css index b080f91..55e832c 100644 --- a/res/css/cytube.css +++ b/res/css/cytube.css @@ -101,11 +101,16 @@ max-height: 75px; cursor: pointer; } -.channel-emote, .chat-img { +.channel-emote { max-width: 150px; max-height: 150px; } +.chat-img { + max-width: 200px; + max-height: 200px; +} video.channel-emote, video.chat-img { + background-color: transparent; /* Fixes default video tag size in chat when tab unloads videos in background */ /* (some browsers optimization i guess) */ height: 150px; |
