Game
- remove pub on not chrome web viewer - force opacity 1 when ball pos reset - remove color hue when goal - fix bug when i have no color skin Site - fix style bug on chat tournament - fix style bug on goal selector
This commit is contained in:
@ -62,7 +62,7 @@ body {
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
.main{
|
||||
.main {
|
||||
padding-block: 45px;
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
@ -607,6 +607,10 @@ input:checked + .slider:before {
|
||||
border-radius: 50%;
|
||||
}
|
||||
|
||||
#canvas-left-side{
|
||||
background-color: #21f356;
|
||||
}
|
||||
|
||||
@media (max-aspect-ratio: 1/1){
|
||||
.main {
|
||||
flex-direction: column;
|
||||
|
@ -223,6 +223,10 @@
|
||||
overflow-x: none;
|
||||
}
|
||||
|
||||
#tournamentPage .chat-tournament .chat p {
|
||||
word-break: break-all;
|
||||
}
|
||||
|
||||
#tournamentPage #chat-title {
|
||||
color: white;
|
||||
font-size: 20px;
|
||||
|
Reference in New Issue
Block a user