diff options
Diffstat (limited to 'res/css/cytube.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; |
