فهرست منبع

fix: Add chat hint display

gugdun 10 ماه پیش
والد
کامیت
632ec681b7
1فایلهای تغییر یافته به همراه3 افزوده شده و 3 حذف شده
  1. 3 3
      src/views/add.ejs

+ 3 - 3
src/views/add.ejs

@@ -11,13 +11,13 @@
             <input type="submit" value="Add" class="button" />
             <input type="submit" value="Add" class="button" />
         </form>
         </form>
         <% if (notFound) { %>
         <% if (notFound) { %>
-            <p class="empty-label">User not found!</p>
+            <p class="empty-label" style="display: initial; margin-top: 0">User not found!</p>
         <% } %>
         <% } %>
         <% if (found) { %>
         <% if (found) { %>
-            <p class="empty-label">Chat created!</p>
+            <p class="empty-label" style="display: initial; margin-top: 0">Chat created!</p>
         <% } %>
         <% } %>
         <% if (exists) { %>
         <% if (exists) { %>
-            <p class="empty-label">Chat already exists!</p>
+            <p class="empty-label" style="display: initial; margin-top: 0">Chat already exists!</p>
         <% } %>
         <% } %>
     </div>
     </div>
 </div>
 </div>