Skip to content

Commit

Permalink
Merge pull request #260 from ReagentX/feat/cs/improve-mobile-layout
Browse files Browse the repository at this point in the history
  • Loading branch information
ReagentX committed May 19, 2024
2 parents b68d5e4 + 2285842 commit 59906be
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion imessage-exporter/src/exporters/html.rs
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ use imessage_database::{
},
};

const HEADER: &str = "<html>\n<head>\n<meta charset=\"UTF-8\">";
const HEADER: &str = "<html>\n<head>\n<meta charset=\"UTF-8\">\n<meta name=\"viewport\" content=\"width=device-width, initial-scale=1\">";
const FOOTER: &str = "</body></html>";
const STYLE: &str = include_str!("resources/style.css");

Expand Down
1 change: 1 addition & 0 deletions imessage-exporter/src/exporters/resources/example.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
<html>
<meta charset="UTF-8">
<meta name=\"viewport\" content=\"width=device-width, initial-scale=1\">

<link rel="stylesheet" type="text/css" href="style.css">

Expand Down

0 comments on commit 59906be

Please sign in to comment.