fix: background being funky on user profiles
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user