From d9a462c16b5117ee48094a9cd47edba9a670b5df Mon Sep 17 00:00:00 2001 From: "Collin M. Barrett" Date: Mon, 26 Mar 2018 18:51:58 -0500 Subject: [PATCH] adjust layout of detail link buttons --- .../ClientApp/components/Layout.tsx | 2 +- .../ClientApp/components/ListDetails.tsx | 53 +++++++++++-------- 2 files changed, 33 insertions(+), 22 deletions(-) diff --git a/src/FilterLists.Web/ClientApp/components/Layout.tsx b/src/FilterLists.Web/ClientApp/components/Layout.tsx index 910853441..27c233c9e 100644 --- a/src/FilterLists.Web/ClientApp/components/Layout.tsx +++ b/src/FilterLists.Web/ClientApp/components/Layout.tsx @@ -23,7 +23,7 @@ export class Layout extends React.Component {
-

A project by Collin M. Barrett. | Contribute on GitHub.

+

By Collin M. Barrett | Contribute on GitHub

; }; diff --git a/src/FilterLists.Web/ClientApp/components/ListDetails.tsx b/src/FilterLists.Web/ClientApp/components/ListDetails.tsx index 85e22060b..9ebf484d0 100644 --- a/src/FilterLists.Web/ClientApp/components/ListDetails.tsx +++ b/src/FilterLists.Web/ClientApp/components/ListDetails.tsx @@ -34,25 +34,34 @@ export default class ListDetails extends React.Component { function FilterListDetails(props: any) { return
-
- - - - - -
- - - - - - - - - - +
+
+
+
+ + + + + +
+
+ + + + + + + + + + +
+
+
+ +
-
; } @@ -104,9 +113,11 @@ function License(props: any) { } function SubscribeUrl(props: any) { - return + title={ `Subscribe to ${props.name + } with browser extension supporting \"abp:\" protcool (e.g. uBlock Origin, AdBlock Plus).` }> Subscribe ; } @@ -149,7 +160,7 @@ function IssuesUrl(props: any) { return props.url ? - GitHub Issues + GH Issues : null; }