From c298fa4d4cc4277c1f7c2a54d9fb98b395b9bc12 Mon Sep 17 00:00:00 2001 From: winter Date: Mon, 13 Jan 2025 21:12:22 +0000 Subject: tidy stylesheets and improve replies styling --- static/profile.css | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 static/profile.css (limited to 'static/profile.css') diff --git a/static/profile.css b/static/profile.css new file mode 100644 index 0000000..028c69c --- /dev/null +++ b/static/profile.css @@ -0,0 +1,26 @@ +.fullProfile { + border-radius: 8px; + margin: 16px; + padding: 16px; + border: 1px solid #23f4; + background: #e6eaff44; + + .basicInfo { + display: grid; + grid-template-columns: max-content 1fr max-content; + gap: 16px; + + img.avatar { + width: 96px; + aspect-ratio: 1; + } + .displayName { + font-size: 16pt; + font-weight: bold; + } + .handle, + .joinedDate { + font-size: 10pt; + } + } +} -- cgit v1.3