Skip to content

Commit

Permalink
fix image size
Browse files Browse the repository at this point in the history
  • Loading branch information
iiPythonx committed Nov 26, 2024
1 parent 320c1e2 commit 4c0d489
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions nightwatch/web/css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -103,8 +103,8 @@ input:hover {
padding-top: 5px;
padding-bottom: 5px;
}
.message-content > img {
max-width: 640px;
.message-content > a > img {
max-width: 500px;
}
.timestamp {
margin-left: auto;
Expand Down

0 comments on commit 4c0d489

Please sign in to comment.