More Streamlining

This commit is contained in:
Patrick Jentsch
2024-05-03 15:08:57 +02:00
parent 43b38b2216
commit a03b5918d9
18 changed files with 63 additions and 153 deletions

View File

@ -23,13 +23,12 @@
<i class="material-icons caret">keyboard_arrow_right</i>
</div>
<div class="collapsible-body">
<div style="overflow: auto;">
<div class="clearfix">
<p class="left"><i class="material-icons">public</i></p>
<p class="left" style="margin-left: 10px;">
<p class="left ml-1">
Public status<br>
<span class="light">Choose whether your profile is visible to other users.</span>
</p>
<br class="hide-on-med-and-down">
<div class="switch right">
<label>
<input {% if user.is_public %}checked{% endif %} id="profile-is-public-switch" type="checkbox">
@ -37,9 +36,9 @@
</label>
</div>
</div>
<div style="overflow: auto;">
<div class="clearfix">
<p class="left"><i class="material-icons">badge</i></p>
<p class="left" style="margin-left: 10px;">
<p class="left ml-1">
Public data<br>
<span class="light">Choose which data is visible on your profile.</span>
</p>