From b33d051ced2cceafc275c1fc26e8620d33533c50 Mon Sep 17 00:00:00 2001 From: Tim Wijma Date: Wed, 2 Nov 2022 17:18:51 +0100 Subject: [PATCH] margin under tweets --- dashboard_static/index.html | 2 +- dashboard_static/style/style.css | 9 ++++++--- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/dashboard_static/index.html b/dashboard_static/index.html index efb5e90..471a822 100644 --- a/dashboard_static/index.html +++ b/dashboard_static/index.html @@ -95,7 +95,7 @@
- +
Sort By arrow_drop_down
diff --git a/dashboard_static/style/style.css b/dashboard_static/style/style.css index 7632c17..b636fe8 100644 --- a/dashboard_static/style/style.css +++ b/dashboard_static/style/style.css @@ -44,6 +44,7 @@ body { padding: 16px; background-color: var(--main-medium-dark); border-radius: 16px; + cursor: pointer; } .logo img { @@ -93,6 +94,7 @@ body { background-color: var(--main-dark); border-radius: 16px; padding: 16px; + margin-bottom: 8px; } .tweet-profilepicture { @@ -208,6 +210,7 @@ body { box-sizing: border-box; display: flex; flex-wrap: wrap; + margin-bottom: 32px; } .popchart { @@ -238,10 +241,10 @@ body { } .button { - color: var(--main-dark); + color: var(--main-bg); cursor: pointer; background-color: var(--main-light); - border-radius: 30px; + border-radius: 16px; border: none; } @@ -255,7 +258,7 @@ body { } .sort-dropdown-list { - position: absolute; + /* position: absolute; */ width: 100%; list-style-type: none; padding: 0;