diff --git a/__pycache__/dashboard.cpython-310.pyc b/__pycache__/dashboard.cpython-310.pyc index 8e88d60..52532bb 100644 Binary files a/__pycache__/dashboard.cpython-310.pyc and b/__pycache__/dashboard.cpython-310.pyc differ diff --git a/dashboard_static/js/code.js b/dashboard_static/js/code.js index 91a3ed4..f2603a9 100644 --- a/dashboard_static/js/code.js +++ b/dashboard_static/js/code.js @@ -33,9 +33,11 @@ function tweetCell(tweet) {
- ${tweet.user.name} - @${tweet.user.screen_name} -

${date.getHours()}:${date.getMinutes()}

+
+ ${tweet.user.name} + @${tweet.user.screen_name} +
+ ${date.getHours()}:${date.getMinutes()}
${tweet.text}
diff --git a/dashboard_static/style/style.css b/dashboard_static/style/style.css index 691191b..8115c53 100644 --- a/dashboard_static/style/style.css +++ b/dashboard_static/style/style.css @@ -109,12 +109,17 @@ body { .tweet-content { padding-left: 16px; + width: 100%; } .tweet-name { display: flex; gap: 1.5%; + justify-content: space-between; +} +.tweet-date { + align-self: flex-end; } .tweet-interactions {