fix: background being funky on user profiles

This commit is contained in:
Marie 2024-01-23 12:18:12 +01:00
parent d15e4a85bb
commit 5f36bb6747
No known key found for this signature in database
GPG Key ID: 56569BBE47D2C828
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ SPDX-License-Identifier: AGPL-3.0-only
-->
<template>
<MkSpacer :contentMax="narrow ? 800 : 1100" :style="background">
<MkSpacer :contentMax="narrow ? 800 : 1100" :style="background" style="transform: none !important;">
<div ref="rootEl" class="ftskorzw" :class="{ wide: !narrow }" style="container-type: inline-size;">
<div class="main _gaps">
<MkInfo v-if="user.isSuspended" :warn="true">{{ i18n.ts.userSuspended }}</MkInfo>