mirror of
https://github.com/Team254/cheesy-arena-lite.git
synced 2026-03-09 21:56:50 -04:00
Add placeholder bracket audience display mode and transitions to/from the other modes.
This commit is contained in:
@@ -438,6 +438,21 @@ html {
|
||||
#finalMatchName {
|
||||
text-align: right;
|
||||
}
|
||||
#bracket {
|
||||
position: fixed;
|
||||
width: 1600px;
|
||||
height: 700px;
|
||||
top: 0;
|
||||
bottom: 0;
|
||||
left: 0;
|
||||
right: 0;
|
||||
margin: auto auto;
|
||||
border: 2px solid #333;
|
||||
z-index: 1;
|
||||
opacity: 0;
|
||||
background-color: #fff;
|
||||
text-align: center;
|
||||
}
|
||||
#sponsor {
|
||||
position: fixed;
|
||||
width: 1000px;
|
||||
|
||||
Reference in New Issue
Block a user