diff options
| author | Jake Mannens <jake@asger.xyz> | 2023-08-28 15:54:10 +1000 |
|---|---|---|
| committer | Jake Mannens <jake@asger.xyz> | 2025-08-20 00:48:43 +1000 |
| commit | 6af0c3ec95eac6bf2979869a970ba65cfaeae3f4 (patch) | |
| tree | 7b53f27d34014fbc5aa1fab12342c06319ecc484 /Pages/Component/AboutDialog.razor.css | |
| parent | aec195eff8a62bfdeb58f98f90b894f5f673360d (diff) | |
Added about dialog
Diffstat (limited to 'Pages/Component/AboutDialog.razor.css')
| -rw-r--r-- | Pages/Component/AboutDialog.razor.css | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/Pages/Component/AboutDialog.razor.css b/Pages/Component/AboutDialog.razor.css new file mode 100644 index 0000000..0a523a4 --- /dev/null +++ b/Pages/Component/AboutDialog.razor.css @@ -0,0 +1,18 @@ +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; +} |
