diff --git a/client/components/help_entry/help_entry.css b/client/components/help_entry/help_entry.css index e266a65..63bcfa4 100644 --- a/client/components/help_entry/help_entry.css +++ b/client/components/help_entry/help_entry.css @@ -11,9 +11,9 @@ line-height: 28px; } -.help-entry-arrow{ - width: 15px; - height: 15px; +.help-entry-question-mark{ + width: 20px; + height: 20px; margin-left: auto; margin-top: auto; margin-bottom: auto; diff --git a/client/components/help_entry/help_entry.js b/client/components/help_entry/help_entry.js index 7b131a6..f164795 100644 --- a/client/components/help_entry/help_entry.js +++ b/client/components/help_entry/help_entry.js @@ -33,7 +33,7 @@ class HelpEntry extends HTMLElement{
${this.title} - +
`; diff --git a/client/res/question_mark.png b/client/res/question_mark.png new file mode 100644 index 0000000..1096bfc Binary files /dev/null and b/client/res/question_mark.png differ