From 935c45236bde55f9e209feb9ea79d7b967b37f81 Mon Sep 17 00:00:00 2001 From: Paradax-Elite <69823828+Paradax-Elite@users.noreply.github.com> Date: Sun, 23 Aug 2020 22:20:24 -0400 Subject: [PATCH 01/19] Create clubs.json --- config/clubs.json | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 config/clubs.json diff --git a/config/clubs.json b/config/clubs.json new file mode 100644 index 0000000..efe2c8e --- /dev/null +++ b/config/clubs.json @@ -0,0 +1,6 @@ +{ +"club Name": "clubData", +"Another Club": "clubData", +"Emoji Club 💔": "clubData", +"etc": "clubData" +} From c748e74c0902b81f50b3705994b67b54aca5432d Mon Sep 17 00:00:00 2001 From: Paradax-Elite <69823828+Paradax-Elite@users.noreply.github.com> Date: Sun, 23 Aug 2020 22:21:06 -0400 Subject: [PATCH 02/19] Update index.css --- src/css/index.css | 49 ++++++++++++++++++++++++++++++++++++++++++----- 1 file changed, 44 insertions(+), 5 deletions(-) diff --git a/src/css/index.css b/src/css/index.css index dbc2523..6fbc6d5 100644 --- a/src/css/index.css +++ b/src/css/index.css @@ -11,7 +11,7 @@ body { } .sidebarcomp { text-align: center; - margin-top: 1.8em; + margin-top: 0em; display: block; -webkit-app-region: no-drag; } @@ -36,6 +36,7 @@ h3 { border-width: thin; color: white; cursor: pointer; + font-size: 23px; } .barMouseOver { transition: border 500ms, color 500ms; @@ -179,11 +180,14 @@ img { .clubPage { text-align: center; } -#clubs { +.clubs { font-size: 1.5em; - margin-top: 5em; + margin-top: 1em; cursor: pointer; } +.bottomClubs{ + margin-top: 1em !important; +} #setClub { padding: 0; font-size: 1.7em; @@ -283,8 +287,8 @@ img { text-align: center; color: white; font-size: 30px; - line-height: 20px; - margin-top: 50px; + line-height: 25px; + margin-top: 30px; } .iconButtons { display: inline-block; @@ -310,3 +314,38 @@ dd{ -webkit-text-stroke-width: 0.7px; -webkit-text-stroke-color: white; } +.customContent{ + text-align: center; +} +#endPoint{ + cursor: text; + font-size: 20px; +} +#method{ + font-size: 18px; + cursor: pointer; +} +#requestBody{ + font-size: 32px; + cursor: text; +} +#response{ + font-size: 32px; + overflow:hidden; +} +#requestLCU{ + padding: 0; + font-size: 1.5em; + width: 5.5em; + height: 30px; + padding-bottom: 1px; + cursor: pointer; +} +#lcuEndpoints{ + padding: 0; + font-size: 1.5em; + width: 6em; + height: 30px; + padding-bottom: 1px; + cursor: pointer; +} From 2300667a05d1b0bb0e1a9a1cf55cbd9c7c30f02a Mon Sep 17 00:00:00 2001 From: Paradax-Elite <69823828+Paradax-Elite@users.noreply.github.com> Date: Sun, 23 Aug 2020 22:21:52 -0400 Subject: [PATCH 03/19] Update club.html --- src/html/club.html | 30 +----------------------------- 1 file changed, 1 insertion(+), 29 deletions(-) diff --git a/src/html/club.html b/src/html/club.html index 20c50d8..b7bb51e 100644 --- a/src/html/club.html +++ b/src/html/club.html @@ -17,35 +17,7 @@