Skip to content

Commit

Permalink
gamebox
Browse files Browse the repository at this point in the history
  • Loading branch information
xan105 committed Sep 1, 2019
1 parent 3680c92 commit 1fe4b77
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion app/resources/css/app.css
Original file line number Diff line number Diff line change
Expand Up @@ -278,8 +278,9 @@ main {

#game-list .game-box .header {
background-color: #27374a;
background-size: contain !important;
background-size: cover !important;
background-repeat: no-repeat !important;
background-position: center !important;
width: 100%;
height: 107.5px;
transition: opacity .5s ease;
Expand Down
2 changes: 1 addition & 1 deletion app/view/app.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<meta http-equiv="Content-Security-Policy" content="default-src 'none'; script-src 'self' 'sha256-8bN0RHehxwM+NantiQEoMGefMcuLhhUiisPMRn1ajz0='; style-src 'self' 'unsafe-inline'; font-src 'self'; img-src 'self' data: https://steamcdn-a.akamaihd.net https://api.xan105.com; connect-src 'self' https://api.steampowered.com">
<link rel="stylesheet" href="../resources/css/normalize.css" type="text/css" integrity="sha384-FNeri+I6YqdUsa0AZboUgvcTwUto9lI1Irhd2pUGyeaNo+FgvNALfgS72T6cSqAO"/>
<link rel="stylesheet" href="../resources/css/fontawesome_all.css" type="text/css" integrity="sha384-2E+vxfAd9BSs686izEvg9IkPuDNoFqJ4y6d+yZOpMUL5850Tp0CpoeKoULCQ/+Yn"/>
<link rel="stylesheet" href="../resources/css/app.css" type="text/css" integrity="sha384-E51Ny7AP1EZ548CY4zqH6yIufCHurJ1KehgCzBGsCkhd2gXYAJpDtPqRzsLjxwOq"/>
<link rel="stylesheet" href="../resources/css/app.css" type="text/css" integrity="sha384-9w8St2p5BtRXJJEMEFRKwgKrE624C4Rdd+5Zidh20TMkGDn5fukjIJRTbWPlvf1u"/>
<link rel="stylesheet" href="../locale/override.css" type="text/css" integrity="sha384-Nb3XmGzva8AUtKVqD2TlLEa/yLHAzeABBDFOS2DpLZDFxMINc2lctXhb0cSlm3qe"/>
</head>
<body>
Expand Down

0 comments on commit 1fe4b77

Please sign in to comment.