changeset 43:89d3ddd302c7

minor
author Franklin Schmidt <fschmidt@gmail.com>
date Thu, 27 Feb 2025 22:18:18 -0700
parents e09747b199e9
children 1aa50739475a
files src/account.html.luan src/chat.css
diffstat 2 files changed, 1 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/src/account.html.luan	Thu Feb 27 19:30:54 2025 -0700
+++ b/src/account.html.luan	Thu Feb 27 22:18:18 2025 -0700
@@ -95,6 +95,7 @@
 				margin-left: auto;
 				margin-right: auto;
 				width: fit-content;
+				max-width: 94%;
 			}
 			h1 {
 				text-align: center;
--- a/src/chat.css	Thu Feb 27 19:30:54 2025 -0700
+++ b/src/chat.css	Thu Feb 27 22:18:18 2025 -0700
@@ -73,9 +73,6 @@
 div[who] {
 	display: flex;
 	justify-content: space-between;
-}
-
-div[content] span[right] {
 	font-size: 12px;
 	color: grey;
 }