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:


- +