forked from GNUsocial/gnu-social
[CSS] Fixed: User panel hr elements styling.
This commit is contained in:
parent
1d6b22551b
commit
31857e1eab
@ -282,7 +282,7 @@
|
||||
color: #2e3440;
|
||||
fill: #2e3440;
|
||||
}
|
||||
|
||||
|
||||
.accessibility-menu,
|
||||
.set-border-accent {
|
||||
border: 2px solid #2e3440;
|
||||
|
@ -6,10 +6,6 @@
|
||||
}
|
||||
|
||||
.section-settings hr {
|
||||
all: unset;
|
||||
display: block;
|
||||
height: 1px;
|
||||
background-image: linear-gradient(to right, currentColor, transparent 90%);
|
||||
margin-top: 0.6rem;
|
||||
margin-bottom: 0.6rem;
|
||||
}
|
||||
@ -31,14 +27,6 @@
|
||||
box-sizing: border-box;
|
||||
}
|
||||
|
||||
.form .separator {
|
||||
all: unset;
|
||||
display: flex;
|
||||
width: 2px;
|
||||
background-image: linear-gradient(to bottom, currentColor, transparent 90%);
|
||||
margin-right: 0.6rem;
|
||||
}
|
||||
|
||||
.form form {
|
||||
width: 100%;
|
||||
}
|
||||
|
@ -1,6 +1,5 @@
|
||||
{% block form_account %}
|
||||
<div class='form'>
|
||||
<div class="separator"></div>
|
||||
{{ form(acc) }}
|
||||
</div>
|
||||
{% endblock %}
|
||||
|
@ -1,6 +1,5 @@
|
||||
{% block form_profile %}
|
||||
<div class='form'>
|
||||
<div class="separator"></div>
|
||||
{{ form(prof) }}
|
||||
</div>
|
||||
{% endblock %}
|
Loading…
Reference in New Issue
Block a user