「閉じる」の後にスペースを追加するか、「カテゴリの専門家に回答を求める」テキストをテキストエリアの右に移動します

I loved this.

So far, I am just facing this little visual problem. Maybe there should be a little bit more space after “close” or move the “Ask a category experts to respond” text to the all right of the textarea.

「いいね!」 2

You can use this CSS in a theme component in the meantime, if you can’t wait a fix:

:not(.mobile-view) .is-category-expert-question {
  margin-bottom: 0;
  margin-left: 2em;
}

I’m wondering if it would not make sense to keep that checkbox in the same place as the mobile view. :thinking:

image

「いいね!」 2

@Arkshine Thanks for this alternative.

I agree that “as the mobile view” is the best place to go

「いいね!」 1

@Arkshine, in case you are wondering, do you think we can do this just by SCSS, or is it necessary to make code changes directly in this plugin?

You need code changes. I could PR, but I don’t know if that would be okay.

「いいね!」 1

@team What do you think? :slight_smile:

Acknowledging I see the issue and we are going to roll out of a fix later this week or early next week!

「いいね!」 1

Thank you, @Diego_Santos ! I’ve just merged a fix:

I kept the placement but adjusted the spacing so it’s aligned.

「いいね!」 5

This topic was automatically closed after 2 days. New replies are no longer allowed.