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
+