From 71fea5aef9f7361727ceacc8f1a60dfdf53c742d Mon Sep 17 00:00:00 2001 From: Tim Wijma Date: Thu, 3 Nov 2022 14:37:31 +0100 Subject: [PATCH] flexbpox --- __pycache__/dashboard.cpython-310.pyc | Bin 1562 -> 1562 bytes dashboard_static/js/code.js | 8 +++++--- dashboard_static/style/style.css | 5 +++++ 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/__pycache__/dashboard.cpython-310.pyc b/__pycache__/dashboard.cpython-310.pyc index 8e88d6080d3215bc1a15d6c85dbf30afd3dd732c..52532bb389045f8607b3aac5917967b06d3703c8 100644 GIT binary patch delta 35 pcmbQmGmD2epO=@50SIaiCnp
- ${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 {