From 213e3a51005c394fe079ae70e2d393cf9ff0c197 Mon Sep 17 00:00:00 2001 From: jude Date: Sun, 30 Jul 2023 15:50:46 +0100 Subject: [PATCH] Fix styles. Feedback button --- web/static/css/style.css | 5 +++++ web/templates/dashboard.html.tera | 6 ++++++ 2 files changed, 11 insertions(+) diff --git a/web/static/css/style.css b/web/static/css/style.css index 4f4d7ec..6f01490 100644 --- a/web/static/css/style.css +++ b/web/static/css/style.css @@ -542,6 +542,7 @@ input.default-width { flex-grow: 1; flex-shrink: 1; flex-basis: auto; + margin-right: 4px; } .embed-body input, .embed-body textarea { @@ -676,6 +677,10 @@ a.switch-pane { text-overflow: ellipsis; } +.feedback { + background-color: #5865F2; +} + .is-locked { pointer-events: none; opacity: 0.4; diff --git a/web/templates/dashboard.html.tera b/web/templates/dashboard.html.tera index 8736af4..6f5c948 100644 --- a/web/templates/dashboard.html.tera +++ b/web/templates/dashboard.html.tera @@ -267,6 +267,9 @@ Log out + + Give feedback + @@ -310,6 +313,9 @@ Log out + + Give feedback +