From 5f410276c6ace553e5821b1edf1579445ab60ef9 Mon Sep 17 00:00:00 2001 From: Mendel Konikov Date: Thu, 17 May 2018 20:41:59 -0400 Subject: [PATCH 1/2] Show overflow text on download comments button when disabled --- .../client/components/DownloadCommentHistory.css | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/plugins/talk-plugin-profile-data/client/components/DownloadCommentHistory.css b/plugins/talk-plugin-profile-data/client/components/DownloadCommentHistory.css index 55ea39969..cd523a0cd 100644 --- a/plugins/talk-plugin-profile-data/client/components/DownloadCommentHistory.css +++ b/plugins/talk-plugin-profile-data/client/components/DownloadCommentHistory.css @@ -1,6 +1,9 @@ .button { margin: 0; - + &:disabled { + overflow: visible; + height: auto; + } i { font-size: inherit; vertical-align: sub; @@ -9,4 +12,4 @@ .most_recent { color: #808080; -} +} \ No newline at end of file From 2c9d30bfd236576f34bc7b66fb306fde3f77354a Mon Sep 17 00:00:00 2001 From: Kiwi Date: Mon, 21 May 2018 17:09:36 -0300 Subject: [PATCH 2/2] Small modification Removed obsolete line and add todo --- .../client/components/DownloadCommentHistory.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/talk-plugin-profile-data/client/components/DownloadCommentHistory.css b/plugins/talk-plugin-profile-data/client/components/DownloadCommentHistory.css index cd523a0cd..873e4acba 100644 --- a/plugins/talk-plugin-profile-data/client/components/DownloadCommentHistory.css +++ b/plugins/talk-plugin-profile-data/client/components/DownloadCommentHistory.css @@ -1,7 +1,7 @@ .button { margin: 0; &:disabled { - overflow: visible; + /* TODO: better optimize for mobile so this styling is not necessary */ height: auto; } i { @@ -12,4 +12,4 @@ .most_recent { color: #808080; -} \ No newline at end of file +}