Skip to content

Commit

Permalink
style: centered and bigger feedback button
Browse files Browse the repository at this point in the history
  • Loading branch information
BreadGenie committed Dec 7, 2023
1 parent b52b244 commit 2e80250
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion wiki/public/scss/wiki.scss
Original file line number Diff line number Diff line change
Expand Up @@ -772,7 +772,7 @@ h6:hover .feather-link {
.feedback-btn {
position: fixed;
right: 0;
top: 60%;
top: 50%;
z-index: 1000;

&:focus, &:active {
Expand Down
2 changes: 1 addition & 1 deletion wiki/wiki/doctype/wiki_page/templates/show.html
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ <h5 class="modal-title" id="addGroupModalTitle">Title</h5>

{%- if show_feedback -%}
<button class="btn btn-secondary btn-sm feedback-btn" data-toggle="modal" data-target="#feedbackModal">
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor"
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor"
stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-message-square">
<path d="M21 15a2 2 0 0 1-2 2H7l-4 4V5a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2z"></path>
</svg>
Expand Down

0 comments on commit 2e80250

Please sign in to comment.