From 50d9b9f0225b16e2e40db3497a26aace5d5214dc Mon Sep 17 00:00:00 2001 From: Zamitto <167933696+zamitto@users.noreply.github.com> Date: Wed, 19 Jun 2024 00:18:41 -0300 Subject: [PATCH] remove unused css --- src/renderer/src/pages/user/user.css.ts | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/src/renderer/src/pages/user/user.css.ts b/src/renderer/src/pages/user/user.css.ts index 47e197d9..862d38e2 100644 --- a/src/renderer/src/pages/user/user.css.ts +++ b/src/renderer/src/pages/user/user.css.ts @@ -101,29 +101,17 @@ export const contentSidebar = style({ maxWidth: "250px", width: "100%", }, - "(min-width: 1280px)": { - width: "100%", - maxWidth: "350px", - }, }, }); export const feedGameIcon = style({ height: "100%", - display: "flex", - justifyContent: "center", - alignItems: "center", - position: "relative", }); export const libraryGameIcon = style({ width: "100%", height: "100%", borderRadius: "4px", - display: "flex", - justifyContent: "center", - alignItems: "center", - position: "relative", }); export const feedItem = style({