From 872113cae982a0ea9782c9bab843dded6ed35777 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nil=C3=A9ane?= Date: Mon, 10 Jul 2023 18:30:29 +0200 Subject: [PATCH] Fixed meta divider --- TangerineUIforMastodon-singlecolumnlayout.css | 1 + 1 file changed, 1 insertion(+) diff --git a/TangerineUIforMastodon-singlecolumnlayout.css b/TangerineUIforMastodon-singlecolumnlayout.css index 7a7beb3..415631e 100644 --- a/TangerineUIforMastodon-singlecolumnlayout.css +++ b/TangerineUIforMastodon-singlecolumnlayout.css @@ -1995,6 +1995,7 @@ body.layout-single-column { @media screen and (max-width:600px) { .layout-single-column .about__meta__divider { border-top: 3px solid var(--color-content-secondary-separator); + width: 90%; } } .layout-single-column .about__section:nth-child(3) .about__section__body {