From faeb832fdddd19bc61e8c4c06a76f300b1587fd6 Mon Sep 17 00:00:00 2001 From: Akif9748 Date: Thu, 11 Aug 2022 15:36:28 +0300 Subject: [PATCH] classes fixed --- README.md | 1 + public/css/styles.css | 4 ++-- public/js/thread.js | 2 +- views/admin.ejs | 2 +- views/createThread.ejs | 2 +- views/error.ejs | 6 +++--- views/extra/navbar.ejs | 2 +- views/index.ejs | 8 ++++---- views/login.ejs | 2 +- views/register.ejs | 2 +- views/thread.ejs | 4 ++-- views/user.ejs | 4 ++-- views/users.ejs | 2 +- 13 files changed, 21 insertions(+), 20 deletions(-) diff --git a/README.md b/README.md index fdf4d72..510aceb 100644 --- a/README.md +++ b/README.md @@ -15,6 +15,7 @@ Run `node util/reset` to **reset the database**, and run `node util/admin` for g Akf-forum has got an API for other clients etc. You can test api with python files in `test` folder. Python is only for testing 😭 + And, you can learn about API in `util/APIDOCS.md`. ## Credits diff --git a/public/css/styles.css b/public/css/styles.css index 1bc6f08..db993d3 100644 --- a/public/css/styles.css +++ b/public/css/styles.css @@ -110,7 +110,7 @@ button, input { } -button.buyuk { +button.big { width: 150px; height: 50px; } @@ -198,7 +198,7 @@ button:hover { IMAGES ***************************** */ -img.yuvarlak { +img.circle { border-radius: 50%; height: 30px; width: 30px; diff --git a/public/js/thread.js b/public/js/thread.js index 81198b5..e8eb73c 100644 --- a/public/js/thread.js +++ b/public/js/thread.js @@ -44,7 +44,7 @@ document.getElementById("send").addEventListener("submit", async e => {

${new Date(message.time).toLocaleString()}

-${message.author.name} +${message.author.name} ${message.author.name}:

diff --git a/views/admin.ejs b/views/admin.ejs index be0bdf0..2495828 100644 --- a/views/admin.ejs +++ b/views/admin.ejs @@ -13,7 +13,7 @@

Write an ID to give someone admin permissions:


- +