mirror of
https://github.com/hydralauncher/hydra.git
synced 2025-02-03 08:43:48 +03:00
remove unused css
This commit is contained in:
parent
c1d1dec49d
commit
50d9b9f022
@ -101,29 +101,17 @@ export const contentSidebar = style({
|
|||||||
maxWidth: "250px",
|
maxWidth: "250px",
|
||||||
width: "100%",
|
width: "100%",
|
||||||
},
|
},
|
||||||
"(min-width: 1280px)": {
|
|
||||||
width: "100%",
|
|
||||||
maxWidth: "350px",
|
|
||||||
},
|
|
||||||
},
|
},
|
||||||
});
|
});
|
||||||
|
|
||||||
export const feedGameIcon = style({
|
export const feedGameIcon = style({
|
||||||
height: "100%",
|
height: "100%",
|
||||||
display: "flex",
|
|
||||||
justifyContent: "center",
|
|
||||||
alignItems: "center",
|
|
||||||
position: "relative",
|
|
||||||
});
|
});
|
||||||
|
|
||||||
export const libraryGameIcon = style({
|
export const libraryGameIcon = style({
|
||||||
width: "100%",
|
width: "100%",
|
||||||
height: "100%",
|
height: "100%",
|
||||||
borderRadius: "4px",
|
borderRadius: "4px",
|
||||||
display: "flex",
|
|
||||||
justifyContent: "center",
|
|
||||||
alignItems: "center",
|
|
||||||
position: "relative",
|
|
||||||
});
|
});
|
||||||
|
|
||||||
export const feedItem = style({
|
export const feedItem = style({
|
||||||
|
Loading…
Reference in New Issue
Block a user