summaryrefslogtreecommitdiff
path: root/Pages/Component/AboutDialog.razor.css
diff options
context:
space:
mode:
Diffstat (limited to 'Pages/Component/AboutDialog.razor.css')
-rw-r--r--Pages/Component/AboutDialog.razor.css11
1 files changed, 11 insertions, 0 deletions
diff --git a/Pages/Component/AboutDialog.razor.css b/Pages/Component/AboutDialog.razor.css
index 0a523a4..cbc4b59 100644
--- a/Pages/Component/AboutDialog.razor.css
+++ b/Pages/Component/AboutDialog.razor.css
@@ -6,6 +6,12 @@ p#author {
font-size: 8pt;
}
+p#progress {
+ flex: 1 0 auto;
+ font-size: 8pt;
+ margin-right: 10px;
+}
+
div#license {
background: #222;
border-radius: 10px;
@@ -16,3 +22,8 @@ div#license {
overflow-y: auto;
padding: 20px;
}
+
+div#progressContainer {
+ align-items: center;
+ display: flex;
+}