This commit is contained in:
Anonymus Raccoon
2019-05-25 18:59:39 +02:00
3 changed files with 12 additions and 11 deletions

9
dist/css/custom.css vendored
View File

@@ -7073,10 +7073,10 @@ a.text-dark:hover, a.text-dark:focus {
.scene {
position: relative;
width: 100px;
height: 200px;
height: 220px;
margin: 80px auto;
margin-top: 0px;
margin-bottom: 0px;
margin-bottom: 50px;
perspective: 1000px; }
.carousel {
@@ -7089,14 +7089,14 @@ a.text-dark:hover, a.text-dark:focus {
.carousel__cell {
position: absolute;
width: 75vw;
width: 60vw;
height: auto;
bottom: 0px;
pointer-events: auto;
transition: width 0.5s; }
@media (min-width: 768px) {
.carousel__cell {
width: 20vw; } }
width: 15vw; } }
.carousel__cell:nth-child(1) {
transform: rotateY(0deg) translateZ(130vw); }
@media (min-width: 768px) {
@@ -7148,6 +7148,7 @@ a.text-dark:hover, a.text-dark:focus {
opacity: 0; }
.higlight {
width: 65vw;
transition: width 0.5s; }
@media (min-width: 576px) {
.higlight {

View File

@@ -76,9 +76,9 @@ ipcMain.on('LaunchGame', LaunchGame);
function LaunchGame(event, game)
{
game = JSON.parse(game);
if(game.isInstalled != true)
if(game.isInstalled != true && game.launcher != 0)
{
console.error(game.name + "is not installed")
console.error(game.name + " is not installed")
}
if(game.launcher !=null && game.launcher == 1)
{

View File

@@ -2,10 +2,10 @@
{
position: relative;
width: 100px;
height: 200px;
height: 220px;
margin: 80px auto;
margin-top: 0px;
margin-bottom: 0px;
margin-bottom: 50px;
perspective: 1000px;
}
@@ -22,7 +22,7 @@
.carousel__cell
{
position: absolute;
width: 75vw;
width: 60vw;
height: auto;
bottom: 0px;
pointer-events:auto;
@@ -32,7 +32,7 @@
@include media-breakpoint-up(md)
{
width: 20vw;
width: 15vw;
}
@for $i from 0 to 9
@@ -56,7 +56,7 @@
}
.higlight
{
width: 65vw;
transition: width 0.5s;
@include media-breakpoint-up(sm){
width: 20vw;