aboutsummaryrefslogtreecommitdiffstats
path: root/res
diff options
context:
space:
mode:
Diffstat (limited to 'res')
-rw-r--r--res/css/cytube.css4
-rw-r--r--res/index.html6
-rw-r--r--res/langs/en.json2
-rw-r--r--res/langs/ru.json2
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": "Добавлено",
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage