From 0b1a324c2354202e844168bb4bf52c2b2fd65312 Mon Sep 17 00:00:00 2001 From: Wirlaburla Date: Wed, 28 Jun 2023 19:06:19 -0500 Subject: [PATCH] update profile.css --- css/profile.css | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/css/profile.css b/css/profile.css index 431ba96..69690f6 100644 --- a/css/profile.css +++ b/css/profile.css @@ -1,16 +1,22 @@ +@import('tabbed-container.css'); + body.profile { font-style: Pixio; } -body > .page-container.thin-page {max-width: 800px;} - body.profile .page-container { + margin-left: auto; margin-right: auto; + max-width: 800px; background: var(--primary-container-background); border: var(--primary-container-border); padding: 2px; } body.profile .page-container .header-table td.tag .userlink { + image-rendering: crisp-edges; + image-rendering: -moz-crisp-edges; + image-rendering: -webkit-optimize-contrast; + image-rendering: pixelated; font-size: 24px; }