Skip to content

Commit

Permalink
constant coloring and windwos scroll
Browse files Browse the repository at this point in the history
  • Loading branch information
amaz-e committed Jan 28, 2024
1 parent 57b73e7 commit 7fc3fb4
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions client/static/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -56,13 +56,14 @@ body {
display: none;
flex-direction: column;
position: relative;
overflow: hidden;
overflow: auto;
width: 100%;
height: 100%;
background: linear-gradient(rgba(221,71,73, .6), rgba(42,178,217, .6) );
z-index: 0;
padding: 10px;
box-sizing: border-box;

}


Expand Down Expand Up @@ -212,8 +213,9 @@ body {
}

#playerZone .playerData {
flex: 0.5;
flex: 0.2;
padding: 20px;
background: linear-gradient(rgba(221, 110, 112, 0.3), rgba(33, 130, 156, 0.3) );
}

#playerZone .playerRow {
Expand Down

0 comments on commit 7fc3fb4

Please sign in to comment.