From cb69047e483f586a32a0b44a283027fcfee5c7b0 Mon Sep 17 00:00:00 2001 From: chinonso098 Date: Thu, 3 Oct 2024 21:39:30 -0400 Subject: [PATCH] Start menu needs more work --- .../startmenu/startmenu.component.css | 4 +- .../startmenu/startmenu.component.html | 6 +- .../startmenu/startmenu.component.ts | 59 +++++++++++-------- 3 files changed, 41 insertions(+), 28 deletions(-) diff --git a/src/app/system-apps/startmenu/startmenu.component.css b/src/app/system-apps/startmenu/startmenu.component.css index 944c143..ef245a3 100644 --- a/src/app/system-apps/startmenu/startmenu.component.css +++ b/src/app/system-apps/startmenu/startmenu.component.css @@ -98,7 +98,7 @@ width: 100%; height: 500px; overflow-y: auto; - padding:0px 12px; + /* padding:0px 12px; */ } .start-menu-list-ol{ @@ -119,7 +119,7 @@ /* background-color: rgba(51, 51, 51, 0.8); */ color: #fff; border: 0; - transition: all 200ms ease; + /* transition: all 200ms ease; */ display: flex; width: 100%; height: 32px; diff --git a/src/app/system-apps/startmenu/startmenu.component.html b/src/app/system-apps/startmenu/startmenu.component.html index 0a6371c..bf9c2b7 100644 --- a/src/app/system-apps/startmenu/startmenu.component.html +++ b/src/app/system-apps/startmenu/startmenu.component.html @@ -67,9 +67,9 @@
-
    -
  1. -