diff --git a/pages/index.tsx b/pages/index.tsx index d1efc8b..c9d65d0 100644 --- a/pages/index.tsx +++ b/pages/index.tsx @@ -28,17 +28,16 @@ const Home: NextPage = () => { | | + + | - + C0ntroller_Z#3883 - - | - -   +   diff --git a/styles/Home.module.css b/styles/Home.module.css index c699aa3..a09b40a 100644 --- a/styles/Home.module.css +++ b/styles/Home.module.css @@ -60,22 +60,22 @@ padding: 5px 0; position: absolute; z-index: 1; - bottom: 125%; + top: 125%; left: 50%; margin-left: -70px; opacity: 0; transition: opacity 0.1s; } -.tooltip .tooltiptext::after { +.tooltip .tooltiptext::before { content: ""; position: absolute; - top: 100%; + bottom: 100%; left: 50%; margin-left: -5px; border-width: 5px; border-style: solid; - border-color: #333 transparent transparent transparent; + border-color: transparent transparent #333 transparent; } .tooltip:hover .tooltiptext { diff --git a/styles/REPL/REPLComplete.module.css b/styles/REPL/REPLComplete.module.css index 814baf8..6cd9aa9 100644 --- a/styles/REPL/REPLComplete.module.css +++ b/styles/REPL/REPLComplete.module.css @@ -9,12 +9,10 @@ width:auto; } -/*track*/ .container::-webkit-scrollbar-track { background:rgb(0, 0, 0); } -/*thumb*/ .container::-webkit-scrollbar-thumb { background:rgb(24, 138, 24); } \ No newline at end of file