Merge branch 'develop' of https://git.pleroma.social/pleroma/pleroma into develop
[akkoma] / lib / pleroma / web / templates / layout / app.html.eex
index 7a50c3e03b8ea2112d8e33d3e06253c7991ee4a5..3389c91cce11160ea89a8eec65f0100e7954f472 100644 (file)
       }
 
       input:focus {
+        outline: none;
         border-bottom: 2px solid #d8a070;
       }
 
           flex-basis: 50%;
         }
       }
+      .form-row {
+        display: flex;
+      }
+      .form-row > label {
+        text-align: left;
+        line-height: 47px;
+        flex: 1;
+      }
+      .form-row > input {
+        flex: 2;
+      }
     </style>
   </head>
   <body>