Skip to content

Commit 71d1d3c

Browse files
committed
add: "Info sidebar on right" option
1 parent 408492d commit 71d1d3c

2 files changed

Lines changed: 17 additions & 0 deletions

File tree

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
.game_bg.application .middle_page {
2+
flex-direction: unset !important;
3+
}

skin.json

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -268,6 +268,20 @@
268268
},
269269

270270

271+
"Store - Info sidebar on right": {
272+
"description": "Changes the info sidebar from right to left",
273+
"default": "no",
274+
"tab": "Store",
275+
"section": "Gamepage",
276+
"values": {
277+
"no": {},
278+
"yes": {
279+
"TargetCss": { "affects": ["https://.*\\.steampowered\\.com(/.*)?"], "src": "options/store/gamepage/broadcast.css" }
280+
}
281+
}
282+
},
283+
284+
271285
"Store - Recommendations": {
272286
"description": "Hide recommendations in the cart",
273287
"default": "no",

0 commit comments

Comments
 (0)