Explorar o código

fix: Add chat hint display

gugdun hai 10 meses
pai
achega
632ec681b7
Modificáronse 1 ficheiros con 3 adicións e 3 borrados
  1. 3 3
      src/views/add.ejs

+ 3 - 3
src/views/add.ejs

@@ -11,13 +11,13 @@
             <input type="submit" value="Add" class="button" />
         </form>
         <% 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) { %>
-            <p class="empty-label">Chat created!</p>
+            <p class="empty-label" style="display: initial; margin-top: 0">Chat created!</p>
         <% } %>
         <% 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>