mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-02-10 23:36:14 -05:00
Updated feedback widget design on Post published
refs https://github.com/TryGhost/Team/issues/3244
This commit is contained in:
parent
14ce57fa2b
commit
f8f1a66d77
3 changed files with 12 additions and 14 deletions
|
@ -18,8 +18,6 @@
|
|||
<header class="gh-editor-feedback-dropdown-header">
|
||||
<h3>Editor beta feedback</h3>
|
||||
</header>
|
||||
{{!-- <button class="close" type="button" title="Close" {{on "click" (fn this.onCancel dd)}}>{{svg-jar "close"}}<span
|
||||
class="hidden">Close</span></button> --}}
|
||||
|
||||
<div class="">
|
||||
<p>Have any issues? Feedback? Let us know!</p>
|
||||
|
|
|
@ -1,10 +1,9 @@
|
|||
<div class="gh-feedback-grey">
|
||||
<h4 class="gh-feedback-grey-title">Hey, noticed anything different?</h4>
|
||||
<p>This post was successfully published using our new editor. Have any issues? Feedback? Let us know!</p>
|
||||
<div class="gh-feedback-lexical-published">
|
||||
<h4 class="gh-feedback-lexical-published-title">Hey, noticed anything different?</h4>
|
||||
<p>This post was successfully published using our new editor. Have any feedback? Let us know!</p>
|
||||
<FeedbackLexical::Textarea
|
||||
@feedbackMessage={{this.feedbackMessage}}
|
||||
@updateFeedbackMessage={{this.updateFeedbackMessage}}
|
||||
@label="Feedback"
|
||||
@shouldFocus={{false}}
|
||||
/>
|
||||
<FeedbackLexical::SendButton
|
||||
|
|
|
@ -737,25 +737,26 @@
|
|||
justify-content: space-between;
|
||||
}
|
||||
|
||||
.gh-feedback-grey {
|
||||
background: var(--main-color-content-greybg);
|
||||
padding: 24px;
|
||||
border-radius: 3px;
|
||||
.gh-feedback-lexical-published {
|
||||
margin-bottom: 2.4rem;
|
||||
}
|
||||
|
||||
.gh-post-bookmark-wrapper + .gh-feedback-grey {
|
||||
.gh-feedback-lexical-published .form-group, .gh-feedback-lexical-published textarea {
|
||||
min-width: 100%;
|
||||
max-width: 100%;
|
||||
}
|
||||
|
||||
.gh-post-bookmark-wrapper + .gh-feedback-lexical-published {
|
||||
margin-bottom: 2.4rem;
|
||||
}
|
||||
|
||||
.gh-feedback-grey .gh-feedback-grey-title {
|
||||
.gh-feedback-grey .gh-feedback-lexical-published-title {
|
||||
font-size: 1.8rem;
|
||||
}
|
||||
|
||||
.gh-feedback-grey p {
|
||||
.gh-feedback-lexical-published p {
|
||||
font-size: 1.4rem;
|
||||
color: var(--midgrey);
|
||||
max-width: 30em;
|
||||
margin-bottom: 0.8rem;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue