fix: add styling
This commit is contained in:
		
							parent
							
								
									a8bedeffb5
								
							
						
					
					
						commit
						f1d91e3bf9
					
				| @ -285,9 +285,14 @@ export class LogInPage extends LiteElement { | |||||||
|           >${msg("Log in")}</sl-button |           >${msg("Log in")}</sl-button | ||||||
|         > |         > | ||||||
|         ${this.formState.value === "backendInitializing" |         ${this.formState.value === "backendInitializing" | ||||||
|           ? html`<p style="text-align:center;">
 |           ? html` <div class="mt-3">
 | ||||||
|               ${msg("Please wait while the backend initializes")} |               
 | ||||||
|             </p>` |               <btrix-alert variant="warning" | ||||||
|  |                 >${msg( | ||||||
|  |                   "Please wait while the backend initializes" | ||||||
|  |                 )}</btrix-alert | ||||||
|  |               > | ||||||
|  |             </div>` | ||||||
|           : ""} |           : ""} | ||||||
|       </form> |       </form> | ||||||
|     `;
 |     `;
 | ||||||
|  | |||||||
		Loading…
	
		Reference in New Issue
	
	Block a user