forked from GNUsocial/gnu-social
[CSS] .section-widget class and derivatives replaced as .frame-section, since a widget implies a simple element with a specific function
This commit is contained in:
@@ -1,14 +1,14 @@
|
||||
{% extends 'collection/notes.html.twig' %}
|
||||
|
||||
{% block body %}
|
||||
<div class="section-widget section-padding">
|
||||
<div class="frame-section frame-section-padding">
|
||||
{% if is_muted %}
|
||||
<span class="section-padding alert">
|
||||
<span class="frame-section-padding alert">
|
||||
<label>Do you wish to <b>unmute</b> this conversation?</label>
|
||||
{{ form(form) }}
|
||||
</span>
|
||||
{% else %}
|
||||
<span class="section-padding alert">
|
||||
<span class="frame-section-padding alert">
|
||||
<label>Do you wish to <b>mute</b> this conversation?</label>
|
||||
{{ form(form) }}
|
||||
</span>
|
||||
|
Reference in New Issue
Block a user