diff --git a/files/assets/css/main.css b/files/assets/css/main.css index b8ee046ca..a9a028e0f 100644 --- a/files/assets/css/main.css +++ b/files/assets/css/main.css @@ -3519,7 +3519,13 @@ small, .small { z-index: 2; color: var(--muted); font-size: 12px; - width: fit-content; + width: 100%; + overflow-x: scroll; + -ms-overflow-style: none; + scrollbar-width: none; +} +.post-meta::-webkit-scrollbar { + display: none; } .sub-flair { padding: 3px 5px 2px 5px; @@ -3711,7 +3717,17 @@ small, .small { } .post-actions { position: relative; + display: flex; } +.post-actions .list-inline { + flex: none; +} +@media (max-width: 767.98px) { +.post-actions .list-inline { + flex: auto; +} +} + .post-actions a, .post-actions button { color: var(--gray-100); font-weight: 600; diff --git a/files/templates/submission_listing.html b/files/templates/submission_listing.html index 110a768ee..ca800dbc0 100644 --- a/files/templates/submission_listing.html +++ b/files/templates/submission_listing.html @@ -47,7 +47,7 @@
-
+
{% if v and request.path.startswith('/@') and v.admin_level < PERMS['VIEW_VOTE_BUTTONS_ON_USER_PAGE'] %}
@@ -78,7 +78,7 @@
{% if not v_forbid_deleted %} -
+
{% if p.club and not (v and (v.paid_dues or v.id == p.author_id)) %} post thumnail {% elif not p.url %} @@ -110,9 +110,10 @@
-
+
-
+
{% if p.club %}{{CC}}{% endif %} {% if p.flair %}{{p.flair | safe}}{% endif %} {{p.realtitle(v) | safe}}
- -
- -
+
+
+ +
+