mirror of
https://github.com/Team254/cheesy-arena-lite.git
synced 2026-03-09 21:56:50 -04:00
Tweak logo sizes and positions.
This commit is contained in:
@@ -44,6 +44,7 @@ body[data-mode=timeout] .mode#match {
|
||||
bottom: 0;
|
||||
left: 0;
|
||||
right: 0;
|
||||
height: 80%;
|
||||
margin: auto auto;
|
||||
}
|
||||
|
||||
|
||||
@@ -111,11 +111,11 @@ html {
|
||||
padding-top: 5px;
|
||||
padding-bottom: 5px;
|
||||
top: 30px;
|
||||
height: 85px;
|
||||
height: 80px;
|
||||
}
|
||||
#matchTime {
|
||||
position: relative;
|
||||
top: 1px;
|
||||
top: 11px;
|
||||
height: 60px;
|
||||
color: #222;
|
||||
font-family: "FuturaLTBold";
|
||||
@@ -203,8 +203,8 @@ html {
|
||||
}
|
||||
#blindsLogo {
|
||||
position: relative;
|
||||
top: 37px;
|
||||
height: 185px;
|
||||
top: 65px;
|
||||
height: 160px;
|
||||
}
|
||||
#finalScore {
|
||||
position: fixed;
|
||||
|
||||
Binary file not shown.
|
Before Width: | Height: | Size: 82 KiB After Width: | Height: | Size: 345 KiB |
@@ -23,7 +23,7 @@ var overlayCenteringTopHideParams = {queue: false, top: overlayCenteringTopUp};
|
||||
var overlayCenteringTopShowParams = {queue: false, top: "50px"};
|
||||
var eventMatchInfoDown = "30px";
|
||||
var eventMatchInfoUp = $("#eventMatchInfo").css("height");
|
||||
var logoUp = "10px";
|
||||
var logoUp = "15px";
|
||||
var logoDown = $("#logo").css("top");
|
||||
var scoreIn = $(".score").css("width");
|
||||
var scoreMid = "135px";
|
||||
|
||||
Reference in New Issue
Block a user