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

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";