From 97975c5929990d5bb9c23769beb88c620c9cf14b Mon Sep 17 00:00:00 2001 From: Muhammad Bilal <73672468+bilal-yameen@users.noreply.github.com> Date: Thu, 4 Feb 2021 04:19:42 +0500 Subject: [PATCH 1/2] Schema updated MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Database Schema was not working properly have updated a little bit of css to work it properly 😊 --- adminer.css | 31 +++++++------------------------ 1 file changed, 7 insertions(+), 24 deletions(-) diff --git a/adminer.css b/adminer.css index 5ea857f..3fdadf1 100644 --- a/adminer.css +++ b/adminer.css @@ -18,16 +18,12 @@ body { height: 100vh; width: auto; background: #FAFAFA; - /*scrollbar-width: none;*/ font-family: 'Montserrat', sans-serif; - text-rendering: optimizeLegibility !important - /*-ms-overflow-style: none; - scrollbar-width: none;*/ + text-rendering: optimizeLegibility !important; + overflow: auto; } * { - outline-color: #7962f2 - /*-ms-overflow-style: none; - scrollbar-width: none;*/ + outline-color: #7962f2; } ::selection { background: #4ca0ea; @@ -37,22 +33,6 @@ body { background: #4ca0ea; color: #fff } -/*::-webkit-scrollbar { - width: 9px; - height: 12px; - background-color: #CCC -} -::-webkit-scrollbar-corner { - background-color: #CCC -} -::-webkit-scrollbar-thumb { - background-color: #263238 -} -::-webkit-scrollbar-corner { - background-color: #263238; - width: 8px; - height: 8px -}*/ #lang { position: fixed; top: auto; @@ -1031,4 +1011,7 @@ a[href="#import"]:hover{ position: relative; top: -15px; border-radius: 5px; -} \ No newline at end of file +} +#schema{ + position: absolute; +} From 85b0ca4be4fc64f810ba93f2524611bc04249313 Mon Sep 17 00:00:00 2001 From: Muhammad Bilal <73672468+bilal-yameen@users.noreply.github.com> Date: Thu, 4 Feb 2021 04:25:21 +0500 Subject: [PATCH 2/2] Update adminer.css --- adminer.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/adminer.css b/adminer.css index 3fdadf1..d2874b2 100644 --- a/adminer.css +++ b/adminer.css @@ -1015,3 +1015,6 @@ a[href="#import"]:hover{ #schema{ position: absolute; } +#schema-link{ + float: right; +}