Skip to content

Commit

Permalink
remove history width
Browse files Browse the repository at this point in the history
  • Loading branch information
C-o-m-o-n committed Jan 3, 2024
1 parent 17ccd3a commit 7ca07dd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions resources/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@ body {
.settings{
margin: 20px;
}
}

}

.message-container {
display: flex;
Expand Down Expand Up @@ -110,6 +111,7 @@ button:disabled {
/* border: 3px solid #4b4b4b;
border-radius: 30px; */
padding: 0;
transition: 1s;
}

.settings-top {
Expand Down Expand Up @@ -139,8 +141,6 @@ button:disabled {
.history-score {
margin: 10px;
padding: 10px;
max-width: 200px;
width: 200px;
display: flex;
flex-direction: column;
gap: 5px;
Expand Down

0 comments on commit 7ca07dd

Please sign in to comment.