From 5cd3bc320677f425cf0b54f04dab779334a0e9de Mon Sep 17 00:00:00 2001 From: Eliseu Amaro Date: Tue, 8 Feb 2022 00:30:15 +0000 Subject: [PATCH] [CSS] Touch devices are now able to scroll horizontally on note author information --- public/assets/default_theme/css/pages/feeds.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/public/assets/default_theme/css/pages/feeds.css b/public/assets/default_theme/css/pages/feeds.css index d386415e79..0ef2b7f691 100644 --- a/public/assets/default_theme/css/pages/feeds.css +++ b/public/assets/default_theme/css/pages/feeds.css @@ -234,7 +234,8 @@ embed header { flex: 1; width: 15px; white-space: nowrap; - overflow: hidden; + overflow: auto; + touch-action: manipulation; text-overflow: ellipsis; } .note-info-start:hover, .note-info-start:focus {