mirror of
https://github.com/XRPLF/xrpl-dev-portal.git
synced 2025-11-19 19:25:51 +00:00
Re-style feedback widget to be less annoying
This commit is contained in:
File diff suppressed because one or more lines are too long
24
styles/_feedback.scss
Normal file
24
styles/_feedback.scss
Normal 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;
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -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";
|
||||
|
||||
@@ -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 %}
|
||||
|
||||
Reference in New Issue
Block a user