Skip to content

Commit

Permalink
Show item prices always on mobile
Browse files Browse the repository at this point in the history
  • Loading branch information
Vedal987 committed Jun 10, 2024
1 parent 70f1f54 commit b3e64ae
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions frontend/www/html/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,14 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0">

<script src="https://extension-files.twitch.tv/helper/v1/twitch-ext.min.js"></script>

<% if (htmlWebpackPlugin.options.title=="Mobile View" ) { %>
<style>
.redeemable-item .redeemable-item-price-wrapper {
transform: translateY(0%);
}
</style>
<% } %>
</head>

<body>
Expand Down

0 comments on commit b3e64ae

Please sign in to comment.