Fix Bulma menu-list on settings page
This commit is contained in:
parent
a0f41074bd
commit
e7f7f4d0d3
|
@ -22,123 +22,125 @@
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="card-content p-4">
|
<div class="card-content p-4">
|
||||||
<p class="menu-label">
|
<aside class="menu">
|
||||||
Settings
|
<p class="menu-label">
|
||||||
</p>
|
Settings
|
||||||
|
</p>
|
||||||
|
|
||||||
<ul class="menu-list block">
|
<ul class="menu-list">
|
||||||
<li>
|
<li>
|
||||||
<a href="/settings#profile" class="nonshy-tab-button">
|
<a href="/settings#profile" class="nonshy-tab-button">
|
||||||
<strong><i class="fa fa-address-card mr-1"></i> My Profile</strong>
|
<strong><i class="fa fa-address-card mr-1"></i> My Profile</strong>
|
||||||
<p class="help">Manage your profile page.</p>
|
<p class="help">Manage your profile page.</p>
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
|
|
||||||
<li>
|
<li>
|
||||||
<a href="/settings#look" class="nonshy-tab-button">
|
<a href="/settings#look" class="nonshy-tab-button">
|
||||||
<strong><i class="fa fa-palette mr-1"></i> Look & Feel</strong>
|
<strong><i class="fa fa-palette mr-1"></i> Look & Feel</strong>
|
||||||
<p class="help">
|
<p class="help">
|
||||||
Customize your profile with a color scheme.
|
Customize your profile with a color scheme.
|
||||||
</p>
|
</p>
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
|
|
||||||
<li>
|
<li>
|
||||||
<a href="/settings#prefs" class="nonshy-tab-button">
|
<a href="/settings#prefs" class="nonshy-tab-button">
|
||||||
<strong><i class="fa fa-square-check mr-1"></i> Website Preferences</strong>
|
<strong><i class="fa fa-square-check mr-1"></i> Website Preferences</strong>
|
||||||
<p class="help">
|
<p class="help">
|
||||||
Explicit content filter <i class="fa fa-fire"></i>; photo blur.
|
Explicit content filter <i class="fa fa-fire"></i>; photo blur.
|
||||||
</p>
|
</p>
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
|
|
||||||
<li>
|
<li>
|
||||||
<a href="/settings#location" class="nonshy-tab-button">
|
<a href="/settings#location" class="nonshy-tab-button">
|
||||||
<strong><i class="fa fa-globe mr-1"></i> Location Settings</strong>
|
<strong><i class="fa fa-globe mr-1"></i> Location Settings</strong>
|
||||||
<p class="help">
|
<p class="help">
|
||||||
For the "Who's Nearby?" feature.
|
For the "Who's Nearby?" feature.
|
||||||
</p>
|
</p>
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
|
|
||||||
<li>
|
<li>
|
||||||
<a href="/settings#privacy" class="nonshy-tab-button">
|
<a href="/settings#privacy" class="nonshy-tab-button">
|
||||||
<strong><i class="fa fa-eye mr-1"></i> Privacy</strong>
|
<strong><i class="fa fa-eye mr-1"></i> Privacy</strong>
|
||||||
<p class="help">
|
<p class="help">
|
||||||
Profile visibility; who can slide into your DMs.
|
Profile visibility; who can slide into your DMs.
|
||||||
</p>
|
</p>
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
|
|
||||||
<li>
|
<li>
|
||||||
<a href="/settings#notifications" class="nonshy-tab-button">
|
<a href="/settings#notifications" class="nonshy-tab-button">
|
||||||
<strong><i class="fa fa-bell mr-1"></i> Notifications</strong>
|
<strong><i class="fa fa-bell mr-1"></i> Notifications</strong>
|
||||||
<p class="help">
|
<p class="help">
|
||||||
Control your (on-site) notification preferences.
|
Control your (on-site) notification preferences.
|
||||||
</p>
|
</p>
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
|
|
||||||
<li>
|
<li>
|
||||||
<a href="/settings#account" class="nonshy-tab-button">
|
<a href="/settings#account" class="nonshy-tab-button">
|
||||||
<strong><i class="fa fa-user mr-1"></i> Account Settings</strong>
|
<strong><i class="fa fa-user mr-1"></i> Account Settings</strong>
|
||||||
<p class="help">
|
<p class="help">
|
||||||
Change password or e-mail; set up Two-Factor Authentication (2FA).
|
Change password or e-mail; set up Two-Factor Authentication (2FA).
|
||||||
</p>
|
</p>
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
|
|
||||||
<li>
|
<li>
|
||||||
<a href="/settings#deactivate" class="nonshy-tab-button">
|
<a href="/settings#deactivate" class="nonshy-tab-button">
|
||||||
<strong><i class="fa fa-exclamation-triangle mr-1"></i> Deactivate Account</strong>
|
<strong><i class="fa fa-exclamation-triangle mr-1"></i> Deactivate Account</strong>
|
||||||
<p class="help">
|
<p class="help">
|
||||||
Temporarily deactivate or permanently delete my account.
|
Temporarily deactivate or permanently delete my account.
|
||||||
</p>
|
</p>
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
<p class="menu-label">
|
<p class="menu-label">
|
||||||
See Also
|
See Also
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<ul class="menu-list block">
|
<ul class="menu-list">
|
||||||
<li>
|
<li>
|
||||||
<a href="/photo/certification">
|
<a href="/photo/certification">
|
||||||
<strong><i class="fa fa-certificate mr-1"></i> Certification Photo</strong>
|
<strong><i class="fa fa-certificate mr-1"></i> Certification Photo</strong>
|
||||||
<p class="help">
|
<p class="help">
|
||||||
View and manage your Certification status.
|
View and manage your Certification status.
|
||||||
</p>
|
</p>
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
|
|
||||||
<li>
|
<li>
|
||||||
<a href="/photo/private">
|
<a href="/photo/private">
|
||||||
<strong><i class="fa fa-eye mr-1"></i> Private Photos</strong>
|
<strong><i class="fa fa-eye mr-1"></i> Private Photos</strong>
|
||||||
<p class="help">
|
<p class="help">
|
||||||
Manage who can see your private photos.
|
Manage who can see your private photos.
|
||||||
</p>
|
</p>
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
|
|
||||||
<li>
|
<li>
|
||||||
<a href="/users/blocked">
|
<a href="/users/blocked">
|
||||||
<strong><i class="fa fa-hand mr-1"></i> Blocked Users</strong>
|
<strong><i class="fa fa-hand mr-1"></i> Blocked Users</strong>
|
||||||
<p class="help">
|
<p class="help">
|
||||||
View and manage your block list.
|
View and manage your block list.
|
||||||
</p>
|
</p>
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
|
|
||||||
<li>
|
<li>
|
||||||
<a href="/notes/me">
|
<a href="/notes/me">
|
||||||
<strong><i class="fa fa-pen-to-square mr-1"></i> My User Notes</strong>
|
<strong><i class="fa fa-pen-to-square mr-1"></i> My User Notes</strong>
|
||||||
<p class="help">
|
<p class="help">
|
||||||
Browse and search private notes you have written about others.
|
Browse and search private notes you have written about others.
|
||||||
</p>
|
</p>
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
|
</aside>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in New Issue
Block a user