diff --git a/src/theme.scss b/src/theme.scss
index 9aa6d420b..605ed03ce 100644
--- a/src/theme.scss
+++ b/src/theme.scss
@@ -470,6 +470,28 @@ multiselect {
text-decoration: none;
}
}
+
+ .app-header-container {
+ display: flex;
+ flex-direction: row;
+ margin-bottom: 10px;
+ justify-content: space-between;
+
+ h1 {
+ margin-right: 10px;
+ line-height: 0.7;
+ font-size: 30px;
+ }
+
+ div {
+ text-align: right;
+ padding-top: 10px;
+
+ a {
+ margin-top: 10px;
+ }
+ }
+ }
}
.task-indicator {
diff --git a/src/views/app.html b/src/views/app.html
index 879f584f6..cd0ff4533 100644
--- a/src/views/app.html
+++ b/src/views/app.html
@@ -201,20 +201,22 @@