Fixed CSS

This commit is contained in:
unsettledgames 2021-06-25 22:08:52 +02:00
parent ced6b3d1cd
commit cde3528737

View File

@ -1623,6 +1623,9 @@ div#pb-options {
} }
#sp-quickstart { #sp-quickstart {
display:flex;
flex-direction: row;
flex-wrap: wrap;
overflow-y:scroll; overflow-y:scroll;
height:100%; height:100%;
@ -1652,14 +1655,14 @@ div#pb-options {
} }
.sp-template { .sp-template {
display:table; display: flex;
vertical-align: middle; align-items: center;
text-transform: uppercase; text-transform: uppercase;
position:relative; position:relative;
width:15%; width:16%;
border-radius:5%; border-radius:5%;
margin-right:5%; margin-right:4%;
margin-top:5%; margin-top:4%;
background-color:$basecolor; background-color:$basecolor;
float:left; float:left;
@ -1679,18 +1682,19 @@ div#pb-options {
margin: 0 0 0 0; margin: 0 0 0 0;
padding: 0 0 0 0; padding: 0 0 0 0;
} }
display:table-cell;
width:100%; width:100%;
height:100%;
vertical-align: middle;
padding-bottom: 25%;
padding-top:25%;
float:left; float:left;
position:relative; position:relative;
} }
} }
.sp-template:before {
content:'';
float:left;
padding-top:100%;
}
#sp-newpixel { #sp-newpixel {
-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */ -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
-moz-box-sizing: border-box; /* Firefox, other Gecko */ -moz-box-sizing: border-box; /* Firefox, other Gecko */
@ -1772,9 +1776,11 @@ div#pb-options {
} }
#splash-news { #splash-news {
width:24%; box-sizing: border-box;
padding-left:20px;
width:26%;
height:100%; height:100%;
background-color: #232125 !important; background-color:#151516 !important;
float: right; float: right;
} }