From 396751366b27c69a4bc361e38a812ffa47f64b34 Mon Sep 17 00:00:00 2001 From: Fravy Date: Tue, 19 Mar 2024 09:32:03 +0200 Subject: [PATCH 1/2] o One Knows What The Outcome Will Be. So, Choose Whatever You'll Regret The Least. --- src/pages/main_page/main_page.css | 38 +++++++++++++++++++++++++++++++ src/pages/main_page/main_page.tsx | 9 +++++--- 2 files changed, 44 insertions(+), 3 deletions(-) diff --git a/src/pages/main_page/main_page.css b/src/pages/main_page/main_page.css index 8d5d63f..da9b3d3 100644 --- a/src/pages/main_page/main_page.css +++ b/src/pages/main_page/main_page.css @@ -306,3 +306,41 @@ color: white; transition: transform 0.7s ease-in-out; /* Add transition for smooth rotation */ } + .close { + display: flex; + + flex-direction: column; + justify-content: space-between; + width: 60px; + height: 60px; + margin-top: 0; + margin-top: 2svh; + position: absolute; +} +.close:after { + content: ''; + height: 40px; + border-left: 3px solid #fff; + position: absolute; + transform: rotate(45deg); + left: 20px; +} + +.close:before { + content: ''; + height: 40px; + border-left: 3px solid #fff; + position: absolute; + transform: rotate(-45deg); + left: 20px; +} + +.close:hover{ + cursor: pointer; +} + + +.menu-header { + display: flex; + align-items: center; /* Aligns items vertically in the center */ + } \ No newline at end of file diff --git a/src/pages/main_page/main_page.tsx b/src/pages/main_page/main_page.tsx index d160837..48c0174 100644 --- a/src/pages/main_page/main_page.tsx +++ b/src/pages/main_page/main_page.tsx @@ -35,7 +35,10 @@ export default function MainPage() {

12:09 AM
12/10/2027

-

Applications

+
+

Applications

+ +
@@ -45,7 +48,7 @@ export default function MainPage() {

Exit 😭​

-
+
{fs_display('inherit')}}>

); From b9649345820f7e46f7b0d4caab487a7aea0fc84e Mon Sep 17 00:00:00 2001 From: Fravy Date: Tue, 19 Mar 2024 09:32:09 +0200 Subject: [PATCH 2/2] o One Knows What The Outcome Will Be. So, Choose Whatever You'll Regret The Least. --- src/pages/main_page/main_page.css | 39 +------------------------------ 1 file changed, 1 insertion(+), 38 deletions(-) diff --git a/src/pages/main_page/main_page.css b/src/pages/main_page/main_page.css index da9b3d3..692c891 100644 --- a/src/pages/main_page/main_page.css +++ b/src/pages/main_page/main_page.css @@ -306,41 +306,4 @@ color: white; transition: transform 0.7s ease-in-out; /* Add transition for smooth rotation */ } - .close { - display: flex; - - flex-direction: column; - justify-content: space-between; - width: 60px; - height: 60px; - margin-top: 0; - margin-top: 2svh; - position: absolute; -} -.close:after { - content: ''; - height: 40px; - border-left: 3px solid #fff; - position: absolute; - transform: rotate(45deg); - left: 20px; -} - -.close:before { - content: ''; - height: 40px; - border-left: 3px solid #fff; - position: absolute; - transform: rotate(-45deg); - left: 20px; -} - -.close:hover{ - cursor: pointer; -} - - -.menu-header { - display: flex; - align-items: center; /* Aligns items vertically in the center */ - } \ No newline at end of file + \ No newline at end of file