diff --git a/public/css/create_thread.css b/public/css/create_thread.css index 5482fe3..b8fda87 100644 --- a/public/css/create_thread.css +++ b/public/css/create_thread.css @@ -2,12 +2,13 @@ color: #4d18e6; font-weight: 700; } -form{ -display: flex; -flex-direction: column; -align-items: center; -max-width: 1000px; -margin: 0 auto; + +form { + display: flex; + flex-direction: column; + align-items: center; + max-width: 1000px; + margin: 0 auto; } .input { @@ -19,4 +20,4 @@ margin: 0 auto; width: 500px; margin-bottom: 10px; border: 2px solid #d9d9d9; -} +} \ No newline at end of file diff --git a/views/admin.ejs b/views/admin.ejs index 741e362..c75978e 100644 --- a/views/admin.ejs +++ b/views/admin.ejs @@ -1,40 +1,20 @@ -<%- include("extra/old_header", {title: "Admin panel!" }) %> - - - - <%- include("extra/old_navbar", {user}) %> - -

Welcome to the admin panel of the forum, <%= user.name %>!

- -
-

Write an ID to give someone admin permissions:

- -
- -
- - + + <%- include("extra/navbar") %> +SİLME LAN İT BEN SİLECEĞİM +

Welcome to the admin panel of the forum, <%= user.name %>!

+

Write an ID to give someone admin permissions:

+ + - <%- include("extra/old_footer") %> - - - - \ No newline at end of file + \ No newline at end of file