Skip to content

Commit c7d5286

Browse files
committed
skin: useless millennium sidebar
1 parent 656796b commit c7d5286

1 file changed

Lines changed: 37 additions & 1 deletion

File tree

src/css/steam/millenniumSettings.css

Lines changed: 37 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,43 @@
88

99

1010
/*
11-
& Side/Navbar
11+
& Sidebar
12+
*/
13+
body .MillenniumDesktopSidebar {
14+
--sidebar-width: 600px;
15+
top: 50%;
16+
left: 50%;
17+
height: 80vh;
18+
padding: 16px;
19+
border-radius: 8px;
20+
background-color: rgb(var(--color-1));
21+
transform: translate(-50%, -50%);
22+
transition: unset;
23+
}
24+
25+
26+
/*
27+
! Backdrop
28+
*/
29+
.MillenniumDesktopSidebar_Overlay {
30+
transition: unset;
31+
}
32+
33+
34+
/*
35+
! Haeder
36+
*/
37+
.MillenniumDesktopSidebar .MillenniumDesktopSidebar_Title {
38+
padding: 12px;
39+
border-radius: 8px;
40+
background-color: rgb(var(--color-2));
41+
box-shadow: 0 0 7px 12px rgb(var(--color-1));
42+
}
43+
44+
45+
46+
/*
47+
& Navbar
1248
*/
1349
.MillenniumSettings.ModalDialogPopup ._2kwFFHckg8jvnwJfg9-la8 {
1450
flex: unset;

0 commit comments

Comments
 (0)