diff --git a/src/app/modules/components/me.module.tsx b/src/app/modules/components/me.module.tsx
index f96142c..48424b1 100644
--- a/src/app/modules/components/me.module.tsx
+++ b/src/app/modules/components/me.module.tsx
@@ -34,8 +34,7 @@ const Default = ({ data, islogged, color }: { data: Query, islogged: boolean, co
const ImprovedTheme = ({ data, islogged }: { data: Query, islogged: boolean }) => {
return (
-
- {islogged && data?.avatar &&
}
+
{islogged && data?.avatar && }
diff --git a/src/app/styles/me/sidebar.module.css b/src/app/styles/me/sidebar.module.css
index 3e916d1..2829a74 100644
--- a/src/app/styles/me/sidebar.module.css
+++ b/src/app/styles/me/sidebar.module.css
@@ -169,54 +169,8 @@
flex-direction: column;
align-items: stretch;
justify-content: center;
-}
-
-
-.background_image {
- position: absolute;
- z-index: -1;
- width: 100%;
- height: auto;
-}
-
-.card_improved {
- background: none;
- backdrop-filter: blur(7px);
-}
-
-.background_image_container {
- overflow: hidden;
- position: relative;
- border-radius: 15px;
-
- display: flex;
- flex-direction: column;
- align-items: stretch;
- justify-content: center;
-}
-
-
-.background_image {
- position: absolute;
- z-index: -1;
- width: 100%;
- height: auto;
-}
-
-.card_improved {
- background: none;
- backdrop-filter: blur(7px);
-}
-
-.background_image_container {
- overflow: hidden;
- position: relative;
- border-radius: 15px;
-
- display: flex;
- flex-direction: column;
- align-items: stretch;
- justify-content: center;
+ background-position: center;
+ background-size: cover;
}
.discord_id {