Re-style feedback widget to be less annoying

This commit is contained in:
mDuo13
2021-06-30 01:21:45 -07:00
parent 1353b15b02
commit 3831468841
4 changed files with 27 additions and 2 deletions

File diff suppressed because one or more lines are too long

24
styles/_feedback.scss Normal file
View File

@@ -0,0 +1,24 @@
// TEMPORARY: overriding the feedback widget styles here
#feedback-content {
.docked-widget {
position: static !important;
box-shadow: none !important;
display: block;
background-color: $body-bg !important;
border-width: 0 !important;
padding: 2rem;
.widget-header {
background: none !important;
.widget-header-title {
flex-grow: 0 !important;
padding-right: 1rem !important;
}
}
#closeFeedback {
display: none;
}
}
}

View File

@@ -64,3 +64,4 @@ $font-family-sans-serif: -apple-system, system-ui, 'Roboto', sans-serif;
@import "_pages.scss";
@import "_rpc-tool.scss";
@import "_blog.scss";
@import "_feedback.scss";

View File

@@ -27,6 +27,7 @@
{{ content }}
</div>
</article>
{% include 'component-feedback-widget.html.jinja' %}
{% endblock %}
{% block right_sidebar %}
@@ -49,5 +50,4 @@
gtag('config', 'UA-157720658-3', {'content_group1': 'Content Docs'});
</script>
{% include 'component-feedback-widget.html.jinja' %}
{% endblock %}