diff options
| author | RblSb <msrblsb@gmail.com> | 2020-03-29 21:12:08 +0300 |
|---|---|---|
| committer | RblSb <msrblsb@gmail.com> | 2020-03-29 21:12:08 +0300 |
| commit | a9a5e20324998a15432e90581666e8f72aeca8af (patch) | |
| tree | 2360e39525e65c80b2857057a9a37469f6bf8d8e /res/css | |
| parent | 498b6ca644fcf666a49097fb197e72800769e03a (diff) | |
Improve emotes handling
Diffstat (limited to 'res/css')
| -rw-r--r-- | res/css/cytube.css | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/res/css/cytube.css b/res/css/cytube.css index cf54118..9a79496 100644 --- a/res/css/cytube.css +++ b/res/css/cytube.css @@ -92,14 +92,15 @@ text-align: center; color: #fff; } -#smileswrap video { - vertical-align: middle; -} .smile-preview { padding: 2px; max-height: 75px; cursor: pointer; } +.channel-emote, .chat-img { + max-width: 200px; + max-height: 200px; +} /* #userpl_list li { |
