From 700ed7769f838df0ea8cb1d2f96ca208898dd2b6 Mon Sep 17 00:00:00 2001 From: f0x52 Date: Tue, 14 Feb 2023 11:58:57 +0100 Subject: [chore] Webkit frontend fixes (#1492) * fix webkit profile preview layout * general page layout --- web/source/css/base.css | 6 +----- web/source/css/profile.css | 1 - 2 files changed, 1 insertion(+), 6 deletions(-) (limited to 'web/source/css') diff --git a/web/source/css/base.css b/web/source/css/base.css index a211919c5..7f59aebfd 100644 --- a/web/source/css/base.css +++ b/web/source/css/base.css @@ -47,7 +47,6 @@ html, body { body { line-height: 1.5em; - min-height: 100vh; position: relative; } @@ -56,11 +55,8 @@ body { } .page { - position: absolute; display: grid; - min-height: 100%; - min-width: 100%; - width: 100%; + min-height: 100vh; grid-template-columns: auto minmax(auto, 50rem) auto; grid-template-columns: auto min(92%, 50rem) auto; diff --git a/web/source/css/profile.css b/web/source/css/profile.css index 5576610f1..288ca6955 100644 --- a/web/source/css/profile.css +++ b/web/source/css/profile.css @@ -30,7 +30,6 @@ main { .profile { background: $bg-accent; display: grid; - grid-template-rows: auto auto auto; grid-template-columns: 100%; gap: 0.5rem; margin-bottom: 0.2rem; -- cgit v1.2.3