Skip to content

Commit

Permalink
[1] fix buggy icons in ntfy page (#405)
Browse files Browse the repository at this point in the history
  • Loading branch information
YozoraXCII authored and actions-user committed Feb 24, 2025
1 parent ed3f02d commit e165af2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.5.0
0.5.0-build1
6 changes: 3 additions & 3 deletions templates/085-ntfy.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
{% include "001-navigation.html" %}
{% include "modals/" + page_info['template_name'] + ".html" ignore missing %}
<div class="input-group mb-2">
<span class="input-group-text" id="ntfy_url_text" style="width: 137px; justify-content: space-between;">
<span class="input-group-text" id="ntfy_url_text" style="width: 175px; justify-content: space-between;">
ntfy URL
<span class="text-info" data-bs-toggle="tooltip" data-bs-html="true" style="margin-left: 10px;"
title="Enter your ntfy server URL to allow Quickstart to communicate with ntfy.">
Expand All @@ -15,7 +15,7 @@
</div>

<div class="input-group mb-2">
<span class="input-group-text" id="ntfy_token_text" style="width: 137px; justify-content: space-between;">
<span class="input-group-text" id="ntfy_token_text" style="width: 175px; justify-content: space-between;">
ntfy Access Token
<span class="text-info" data-bs-toggle="tooltip" data-bs-html="true" style="margin-left: 10px;"
title="Enter your ntfy Access Token to allow Quickstart to authenticate with ntfy.">
Expand All @@ -35,7 +35,7 @@


<div class="input-group mb-2">
<span class="input-group-text" id="ntfy_topic_text" style="width: 137px; justify-content: space-between;">
<span class="input-group-text" id="ntfy_topic_text" style="width: 175px; justify-content: space-between;">
ntfy Topic
<span class="text-info" data-bs-toggle="tooltip" data-bs-html="true" style="margin-left: 10px;"
title="Enter your ntfy topic to allow Quickstart to send notifications.">
Expand Down

0 comments on commit e165af2

Please sign in to comment.