This website works better with JavaScript.
Home
Explore
Help
Sign In
GNUsocial
/
gnu-social
Watch
4
Star
0
Fork
1
Code
Issues
Releases
4
Wiki
Activity
Browse Source
[CSS] Fixed: User panel hr elements styling.
remotes/upstream/experimental
Eliseu Amaro
7 months ago
parent
1d6b22551b
commit
31857e1eab
4 changed files
with
1 additions
and
15 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
public/assets/default_theme/css/colors.css
+0
-12
public/assets/default_theme/css/pages/settings.css
+0
-1
templates/settings/account.html.twig
+0
-1
templates/settings/profile.html.twig
+ 1
- 1
public/assets/default_theme/css/colors.css
View File
@@ -282,7 +282,7 @@
color: #2e3440;
fill: #2e3440;
}
.accessibility-menu,
.set-border-accent {
border: 2px solid #2e3440;
+ 0
- 12
public/assets/default_theme/css/pages/settings.css
View File
@@ -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%;
}
+ 0
- 1
templates/settings/account.html.twig
View File
@@ -1,6 +1,5 @@
{% block form_account %}
<div class='form'>
<div class="separator"></div>
{{ form(acc) }}
</div>
{% endblock %}
+ 0
- 1
templates/settings/profile.html.twig
View File
@@ -1,6 +1,5 @@
{% block form_profile %}
<div class='form'>
<div class="separator"></div>
{{ form(prof) }}
</div>
{% endblock %}
Write
Preview
Loading…
Cancel
Save