Merge branch 'bugfix/content_nil_lenght_check' into 'develop'
[akkoma] / lib / pleroma / web / templates / layout / app.html.eex
index ebb574ad656d9d19947aeb952de1f5a5fc916f84..2e96c150901b1dcaf23d14de9dfe6ba219f1b18d 100644 (file)
@@ -2,12 +2,15 @@
 <html>
   <head>
     <meta charset=utf-8 />
-    <title>Pleroma</title>
+    <title>
+    <%= Application.get_env(:pleroma, :instance)[:name] %>
+    </title>
     <style>
       body {
         background-color: #282c37;
         font-family: sans-serif;
         color:white;
+        text-align: center;
       }
 
       .container {
@@ -35,7 +38,7 @@
       }
 
       input {
-        box-sizing: padding-box;
+        box-sizing: border-box;
         width: 100%;
         padding: 10px;
         margin-top: 20px;
@@ -51,6 +54,7 @@
       }
 
       button {
+        box-sizing: border-box;
         width: 100%;
         color: white;
         background-color: #419bdd;