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; + } } }