Skip to content

Commit

Permalink
iter
Browse files Browse the repository at this point in the history
  • Loading branch information
glemaitre committed Apr 17, 2024
1 parent a7223e8 commit 722aade
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions app/static/css/site.css
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ hr {
#top-box {
background-color: #fff;
min-height: 150px;
height: calc(100% - 310px);
height: calc(100% - 320px);
position: relative;
}

Expand Down Expand Up @@ -207,7 +207,7 @@ hr {
}

#top-box {
height: calc(100% - 310px);
height: calc(100% - 320px);
}

#messages {
Expand Down Expand Up @@ -368,4 +368,4 @@ hr {

::-webkit-scrollbar-thumb:hover {
background-color: rgb(99, 111, 117);
}
}

0 comments on commit 722aade

Please sign in to comment.