mirror of
https://github.com/youwen5/iamb.git
synced 2025-06-19 21:29:52 -07:00
Fix image preview offset (#179)
This commit is contained in:
parent
221faa828d
commit
1ae22086f6
1 changed files with 1 additions and 1 deletions
|
@ -711,7 +711,7 @@ impl Message {
|
|||
USER_GUTTER
|
||||
} else {
|
||||
0
|
||||
} + 1) as u16;
|
||||
}) as u16;
|
||||
// See get_render_format; account for possible "date" line.
|
||||
let date_y = match &prev {
|
||||
Some(prev) if !prev.timestamp.same_day(&self.timestamp) => 1,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue