UX: Improve headings

This commit is contained in:
Jarek Radosz 2023-02-07 11:02:15 +01:00
parent 3ba7caa4da
commit b3226e222c
2 changed files with 5 additions and 1 deletions

View File

@ -1,4 +1,4 @@
<h3>{{i18n "admin.docker.upgrade_repo" name=this.title}}</h3>
<h1>{{i18n "admin.docker.upgrade_repo" name=this.title}}</h1>
<ProgressBar @percent={{this.percent}} />

View File

@ -10,6 +10,10 @@
}
.docker-manager {
h1 {
margin-top: 1rem;
}
.console-logs {
background-color: black;
color: #ddd;