Skip to content

Commit

Permalink
Merge pull request #1223 from pakmmc/patch-1
Browse files Browse the repository at this point in the history
Remove height restriction
  • Loading branch information
xtekky authored Nov 8, 2023
2 parents f5ace7e + 4359be5 commit 7d90d73
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions g4f/gui/client/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -660,12 +660,6 @@ ul {
}
}

@media screen and (max-height: 640px) and (min-width: 990px) {
body {
height: 87vh
}
}

.shown {
display: flex;
}
Expand Down Expand Up @@ -890,4 +884,4 @@ a:-webkit-any-link {

#send-button:hover {
border: 1px solid #e4d4ffc9;
}
}

0 comments on commit 7d90d73

Please sign in to comment.