remove unused class

pull/222/head
Aevann 2024-02-03 20:03:46 +02:00
parent ca6dfa0dab
commit decd48442a
4 changed files with 7 additions and 7 deletions

View File

@ -61,7 +61,7 @@
{% endif %}
{% if standalone and level == 1 %}
<div id="post-info-{{c.id}}" class="text-break post-info mb-1 mr-2 {% if request.path.startswith('/notifications') %}mt-5{% elif request.path == '/search/messages' %}mt-6{% else %}mt-3{% endif %}">
<div id="post-info-{{c.id}}" class="post-info mb-1 mr-2 {% if request.path.startswith('/notifications') %}mt-5{% elif request.path == '/search/messages' %}mt-6{% else %}mt-3{% endif %}">
{% if c.parent_post and c.post.nsfw %}
<span class="badge badge-danger text-small-extra mr-1">NSFW</span>
{% endif %}
@ -200,7 +200,7 @@
<span class="pronouns" style="color:#{{c.author.flaircolor}} !important;border-color:#{{c.author.flaircolor}} !important">{{c.author.pronouns_display}}</span>
{% endif %}
{% if c.author.flair_html %}
&nbsp;<bdi class="text-break" style="color: #{{c.author.flaircolor}}">&nbsp;{{c.author.flair_html | safe}}</bdi>
&nbsp;<bdi style="color: #{{c.author.flaircolor}}">&nbsp;{{c.author.flair_html | safe}}</bdi>
{% endif %}
{% endif %}

View File

@ -13,7 +13,7 @@
<div class="card-body" style="word-wrap: break-word">
<div class="d-flex flex-wrap justify-content-between align-items-center mb-1">
<a class="card-title text-break stretched-link mb-0" href="{{u.url}}"><h5>@{{u.username}}</h5></a>
<a class="card-title stretched-link mb-0" href="{{u.url}}"><h5>@{{u.username}}</h5></a>
{% if v %}
{% if v.id != u.id %}

View File

@ -431,7 +431,7 @@
{% if FEATURES['USERS_PROFILE_BODYTEXT'] -%}
{% if u.bio_html and can_see(v, u) %}
<div class="text-muted text-break mt-1" id="profile-mobile--bio">{{u.bio_html | safe}}</div>
<div class="text-muted mt-1" id="profile-mobile--bio">{{u.bio_html | safe}}</div>
{% endif %}
{% if u.friends_html and can_see(v, u) %}

View File

@ -91,7 +91,7 @@
<span class="pronouns" style="color:#{{p.author.flaircolor}} !important;border-color:#{{p.author.flaircolor}} !important">{{p.author.pronouns_display}}</span>
{% endif %}
{% if p.author.flair_html %}
<bdi class="text-break ml-2" style="color: #{{p.author.flaircolor}}">{{p.author.flair_html | safe}}</bdi>
<bdi class="ml-2" style="color: #{{p.author.flaircolor}}">{{p.author.flair_html | safe}}</bdi>
{% endif %}
{% endif %}
<span class="ml-2 d-inline-block" data-bs-toggle="tooltip" data-bs-placement="bottom" data-nonce="{{g.nonce}}" data-onmouseover="timestamp(this, '{{p.created_utc}}')" id="timestamp-{{p.id}}">&nbsp;{{p.age_string}}</span>
@ -270,7 +270,7 @@
{{messages[m.quotes].username}}
{%- endif -%}
</span></span>:
<em class="QuotedMessage text-break">
<em class="QuotedMessage">
{%- if quote_exists -%}
{%- if v.slurreplacer -%}
{{messages[m.quotes].text_censored}}
@ -283,7 +283,7 @@
</div>
<div class="d-flex">
<span class="chat-message text-black text-break">
<span class="chat-message text-black">
{% if m %}
{% if v.slurreplacer %}
{{m.text_html_censored | safe}}