diff options
Diffstat (limited to 'styles')
-rw-r--r-- | styles/ui.css | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/styles/ui.css b/styles/ui.css index ee71071..31df20a 100644 --- a/styles/ui.css +++ b/styles/ui.css @@ -119,3 +119,21 @@ html.dark .dialogbox { background-color: var(--gray-700); } border-radius: 9999999px; } +.messagePage .button { + float: none; +} + +.messagePage > * { margin-bottom: var(--spacing-large); } +.messagePage > *:last-child { margin-bottom: 0; } + +.messagePage .harry { + width: 128px; + height: 128px; +} + +.messagePage p { + max-width: 623px; + margin: 0 auto; + margin-bottom: var(--spacing-large); +} + |