diff --git a/files/assets/css/main.css b/files/assets/css/main.css
index 8a310c7f9..e75d9a398 100644
--- a/files/assets/css/main.css
+++ b/files/assets/css/main.css
@@ -4383,6 +4383,9 @@ div.deleted.banned {
.btn {
background-color: var(--gray-700) !important;
}
+.nobackground {
+ background: None !important;
+}
textarea {
resize: both !important;
}
diff --git a/files/templates/comments.html b/files/templates/comments.html
index 44145a7c0..bd4ab6606 100644
--- a/files/templates/comments.html
+++ b/files/templates/comments.html
@@ -404,18 +404,18 @@
-
{% if v and request.path.startswith('/@') and v.admin_level < 2%}
{% if voted==1 %}
-
+
{% endif %}
{% elif v %}
-
+
{% else %}
-
+
{% endif %}
-
diff --git a/files/templates/userpage.html b/files/templates/userpage.html
index 3a2169803..05efab4d0 100644
--- a/files/templates/userpage.html
+++ b/files/templates/userpage.html
@@ -36,7 +36,7 @@