File tree Expand file tree Collapse file tree 2 files changed +10
-2
lines changed Expand file tree Collapse file tree 2 files changed +10
-2
lines changed Original file line number Diff line number Diff line change 84
84
if ( lastLinkBar )
85
85
{
86
86
const link = document . createElement ( 'a' ) ;
87
- link . className = 'linkbar' ;
87
+ link . className = 'linkbar linkbar_steamdb ' ;
88
88
link . href = GetHomepage ( ) + 'app/' + GetCurrentAppID ( ) + '/' ;
89
89
90
90
const image = document . createElement ( 'img' ) ;
129
129
if ( lastLinkBar )
130
130
{
131
131
const link = document . createElement ( 'a' ) ;
132
- link . className = 'linkbar' ;
132
+ link . className = 'linkbar linkbar_steamdb ' ;
133
133
link . href = 'https://pcgamingwiki.com/api/appid.php?appid=' + GetCurrentAppID ( ) + '&utm_source=SteamDB' ;
134
134
135
135
const image = document . createElement ( 'img' ) ;
Original file line number Diff line number Diff line change @@ -39,6 +39,10 @@ html.responsive .game_area_purchase_game a.steamdb_link {
39
39
left : 16px ;
40
40
}
41
41
42
+ .linkbar_steamdb {
43
+ display : none !important ;
44
+ }
45
+
42
46
@media (max-width : 500px ) {
43
47
.game_purchase_sub_dropdown .steamdb_link {
44
48
position : relative;
@@ -53,6 +57,10 @@ html.responsive .game_area_purchase_game a.steamdb_link {
53
57
align-self : start;
54
58
margin-right : auto;
55
59
}
60
+
61
+ html .responsive .linkbar_steamdb {
62
+ display : block !important ;
63
+ }
56
64
}
57
65
58
66
# widget .steamdb_link {
You can’t perform that action at this time.
0 commit comments