diff options
| author | RblSb <msrblsb@gmail.com> | 2020-02-19 12:06:37 +0300 |
|---|---|---|
| committer | RblSb <msrblsb@gmail.com> | 2020-02-19 12:06:37 +0300 |
| commit | 2ecf9b8d31457175c6cc4ca5a441a165556afb77 (patch) | |
| tree | ac78bb6e4432d239af3f752972c03c8ef473cadb /res | |
| parent | 07d1955cefc093ffb12002902ed45e963030746e (diff) | |
More buttons
Emotes, filters, config, server history, autologin, tab blinking
Diffstat (limited to 'res')
| -rw-r--r-- | res/css/cytube.css | 4 | ||||
| -rw-r--r-- | res/index.html | 6 | ||||
| -rw-r--r-- | res/langs/en.json | 2 | ||||
| -rw-r--r-- | res/langs/ru.json | 2 |
4 files changed, 6 insertions, 8 deletions
diff --git a/res/css/cytube.css b/res/css/cytube.css index ff4411a..310e72b 100644 --- a/res/css/cytube.css +++ b/res/css/cytube.css @@ -494,8 +494,8 @@ li.ui-sortable-helper, li.ui-sortable-placeholder + li.queue_entry { } .channel-emote, .chat-img { - max-width: 200px; - max-height: 200px; + max-width: 120px; + max-height: 120px; } #cs-emotes td:nth-child(3) { diff --git a/res/index.html b/res/index.html index b174733..9b5d6f4 100644 --- a/res/index.html +++ b/res/index.html @@ -68,7 +68,7 @@ </div> <div id="userlist" style="height: 389px;"></div> <div class="linewrap" id="messagebuffer" style="height: 389px;"></div> - <input class="form-control" id="chatline" type="text" maxlength="500"> + <input class="form-control" id="chatline" type="text"> <div class="input-group" id="guestlogin" style="display: none;"><span class="input-group-addon">${enterAsGuest}</span> <input class="form-control" id="guestname" type="text" placeholder="${yourName}"> </div> @@ -108,9 +108,7 @@ <div class="row" id="playlistrow"> <div class="col-lg-5 col-md-5" id="leftpane"> <div class="row" id="leftpane-inner"> - <div class="col-lg-12 col-md-12" id="smileswrap"> - <!-- <img class="smile-preview" src="css/Sfich1B.png" title=":pinkie:"> --> - </div> + <div class="col-lg-12 col-md-12" id="smileswrap"></div> <div class="col-lg-12 col-md-12" id="playlistmanagerwrap"></div> </div> </div> diff --git a/res/langs/en.json b/res/langs/en.json index 5181f5f..dae7b31 100644 --- a/res/langs/en.json +++ b/res/langs/en.json @@ -5,7 +5,7 @@ "joined": "joined", "online": "online", "nothingPlaying": "Nothing Playing", - "usernameError": "Username must be from 1 to 20 characters and don't repeat another's.", + "usernameError": "Username must be from 1 to $MAX characters and don't repeat another's.", "rawVideo": "Raw video", "videos": "videos", "addedBy": "Added by", diff --git a/res/langs/ru.json b/res/langs/ru.json index d4c4e85..5f5f1fb 100644 --- a/res/langs/ru.json +++ b/res/langs/ru.json @@ -5,7 +5,7 @@ "joined": "вошел", "online": "онлайн", "nothingPlaying": "Ничего не играет", - "usernameError": "Ник должен быть от 1 до 20 символов и не повторять чужие.", + "usernameError": "Ник должен быть от 1 до $MAX символов и не повторять чужие.", "rawVideo": "Исходное видео", "videos": "видео", "addedBy": "Добавлено", |
