Skip to content

Commit 4c0d489

Browse files
committed
fix image size
1 parent 320c1e2 commit 4c0d489

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

nightwatch/web/css/main.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -103,8 +103,8 @@ input:hover {
103103
padding-top: 5px;
104104
padding-bottom: 5px;
105105
}
106-
.message-content > img {
107-
max-width: 640px;
106+
.message-content > a > img {
107+
max-width: 500px;
108108
}
109109
.timestamp {
110110
margin-left: auto;

0 commit comments

Comments
 (0)