From d3b8abea30cda6127e9318f7762df175d5f6d459 Mon Sep 17 00:00:00 2001 From: Jake Mannens Date: Tue, 29 Aug 2023 15:16:24 +1000 Subject: Prettified about dialog --- Pages/Component/AboutDialog.razor.css | 26 +++++++++++++++++--------- 1 file changed, 17 insertions(+), 9 deletions(-) (limited to 'Pages/Component/AboutDialog.razor.css') diff --git a/Pages/Component/AboutDialog.razor.css b/Pages/Component/AboutDialog.razor.css index cb503d4..0a523a4 100644 --- a/Pages/Component/AboutDialog.razor.css +++ b/Pages/Component/AboutDialog.razor.css @@ -1,10 +1,18 @@ -p#license { - background: #222; - box-sizing: border-box; - font-family: 'Lucida Console'; - font-size: 8pt; - max-height: 300px; - overflow-y: auto; - padding: 20px; - text-align: center; +p#title { + margin-bottom: 0; +} + +p#author { + font-size: 8pt; +} + +div#license { + background: #222; + border-radius: 10px; + box-sizing: border-box; + font-family: 'Lucida Console'; + font-size: 8pt; + max-height: 300px; + overflow-y: auto; + padding: 20px; } -- cgit v1.3