diff options
| author | RblSb <msrblsb@gmail.com> | 2020-04-03 18:08:46 +0300 |
|---|---|---|
| committer | RblSb <msrblsb@gmail.com> | 2020-04-03 18:08:46 +0300 |
| commit | 8cd5273d077824bca21faf63b0906ad2616b1e31 (patch) | |
| tree | 0a41683fa8ae6d16bec742177bcc6c65ad1469c9 /res/css | |
| parent | 5f2a3b89eaa1199d9bc2ddd10622f9803cec983f (diff) | |
Change images max size
Diffstat (limited to 'res/css')
| -rw-r--r-- | res/css/cytube.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/res/css/cytube.css b/res/css/cytube.css index 9a79496..883024a 100644 --- a/res/css/cytube.css +++ b/res/css/cytube.css @@ -98,8 +98,8 @@ cursor: pointer; } .channel-emote, .chat-img { - max-width: 200px; - max-height: 200px; + max-width: 150px; + max-height: 150px; } /* |
