move the 'discover' page 'starred' word to be on the same level

This commit is contained in:
2026-03-18 19:44:25 -06:00
parent fa1c639a8b
commit 33ec90e571
2 changed files with 4 additions and 1 deletions

View File

@@ -897,7 +897,7 @@ export default class DiscoverView extends Vue {
public computedStarredTabStyleClassNames() { public computedStarredTabStyleClassNames() {
return { return {
"inline-block": true, "inline-block": true,
"py-3": true, "py-2": true,
"rounded-t-lg": true, "rounded-t-lg": true,
"border-b-2": true, "border-b-2": true,

View File

@@ -32,6 +32,9 @@
> >
<h3>Troubleshooting Notifications</h3> <h3>Troubleshooting Notifications</h3>
Note that the notifications will not arrive exactly at the time you set
(because phones don't let non-alarm-apps set exact alarms).
<h4>Check your in-app notification settings</h4> <h4>Check your in-app notification settings</h4>
<ul> <ul>
<li>Tap <strong>Profile</strong> in the bottom bar</li> <li>Tap <strong>Profile</strong> in the bottom bar</li>