From 7e39deb9b2d9957e98aab523dce35220fa1848a4 Mon Sep 17 00:00:00 2001 From: Sai Raj <39055732+sairajzero@users.noreply.github.com> Date: Mon, 26 Aug 2019 19:06:02 +0530 Subject: [PATCH] migrated TrustedIDs from hardcoded to blockchain TrustedIDs are now obtained from the blockchain using API instead of hardcoded. Fixed some minor UI bugs --- FLO_Torrentz.html | 241 ++++++++++++++++++++++++++++++++++------------ 1 file changed, 181 insertions(+), 60 deletions(-) diff --git a/FLO_Torrentz.html b/FLO_Torrentz.html index 92765d2..f5d6e35 100644 --- a/FLO_Torrentz.html +++ b/FLO_Torrentz.html @@ -11,7 +11,16 @@ @import url('https://fonts.googleapis.com/css?family=Titillium+Web'); - + ::-webkit-scrollbar { + width: 5px !important; + background-color: lightgrey; + } + ::-webkit-scrollbar-thumb{ + background-color: black; + } + body { + overflow-y: scroll; + } /*These settings will go to all divs */ #rootDiv { box-sizing: border-box; @@ -374,8 +383,6 @@ background-color:rebeccapurple; font-size: 11px; height: 15px; - padding-left: 5px; - padding-right: 5px; } #footer-bg{ height: 14px; @@ -383,6 +390,9 @@ #footer a{ color :white; cursor: pointer; + padding-right: 10px; + padding-left: 5px; + } #footer a:hover{ color :black; @@ -422,7 +432,10 @@ - +