From b354cc703166589f78881d9948e1a4d6e5c2d599 Mon Sep 17 00:00:00 2001 From: Bastard Operator Date: Fri, 1 Jan 2021 02:55:49 +0100 Subject: [PATCH] Improved account images positioning and fill + Added feedback :focus on back buttons --- src/scss/themes/ozark.scss | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/src/scss/themes/ozark.scss b/src/scss/themes/ozark.scss index eee79767..9dd3911f 100644 --- a/src/scss/themes/ozark.scss +++ b/src/scss/themes/ozark.scss @@ -91,6 +91,10 @@ body.meet, body.account { } } + a#back:focus { + background: #ffffff1c; + } + div#anim-swipe { position: fixed; z-index: 1; @@ -275,6 +279,17 @@ div.main-content.account { cursor: initial !important; overflow: visible; pointer-events: none; + padding-bottom: 0 !important; + + div.lazy-image-fixed-size { + position: initial !important; + background: none !important; + } + img.fixed-size-img { + max-width: 100vw; + max-height: 100vh; + object-fit: contain !important; + } } }