move the 'discover' page 'starred' word to be on the same level
This commit is contained in:
@@ -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,
|
||||||
|
|
||||||
|
|||||||
@@ -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>
|
||||||
|
|||||||
Reference in New Issue
Block a user