[#468] User UI for OAuth permissions restriction. Standardized storage format for...
[akkoma] / lib / pleroma / web / templates / layout / app.html.eex
index 2e96c150901b1dcaf23d14de9dfe6ba219f1b18d..f944cbc262aa2d8859c158036fb3cac77dda3808 100644 (file)
@@ -1,7 +1,8 @@
 <!DOCTYPE html>
 <html>
   <head>
-    <meta charset=utf-8 />
+    <meta charset="utf-8" />
+    <meta name="viewport" content="width=device-width,initial-scale=1,minimal-ui" />
     <title>
     <%= Application.get_env(:pleroma, :instance)[:name] %>
     </title>
         border-bottom: 2px solid #4b8ed8;
       }
 
+      input[type="checkbox"] {
+        width: auto;
+      }
+
       button {
         box-sizing: border-box;
         width: 100%;