Skip to content

Commit

Permalink
more start menu css update
Browse files Browse the repository at this point in the history
  • Loading branch information
chinonso098 committed Oct 2, 2024
1 parent 1825c20 commit 72c7bfa
Showing 1 changed file with 17 additions and 49 deletions.
66 changes: 17 additions & 49 deletions src/app/system-apps/startmenu/startmenu.component.css
Original file line number Diff line number Diff line change
Expand Up @@ -83,27 +83,15 @@
padding:0px 12px;
}


.start-menu-list-ol{
/* column-gap: 1px; */
/* display: grid;
grid-auto-flow: column;
grid-template-columns: repeat(auto-fill,90px);
grid-template-rows: repeat(auto-fill,70px);
height: calc(100% - 40px); */
width: 100%;
padding: 10px 0;
/* row-gap: 20px; */
}


.start-menu-list-li{
display: flex;
justify-content: center;
padding: 3px 0;
border: 2px solid transparent;
/* height: min-content;
z-index: 1; */
}

.start-menu-list-li:hover{
Expand All @@ -117,61 +105,41 @@
}

.start-menu-list-fig{
align-items: center;
display:inline-flex;
min-width: 32px;
position: relative;
display:inline-flex;
width: 27px;
height: 27px;
top: 2.5px;
}

.start-menu-list-img{
height: 32px;
width: 32px;
height: 27px;
width: 27px;
position: relative;
}

/*Star Menu List CSS*/
.start-menu-list-head{
max-width: 15%;
/* padding-left: 5px; */
padding-top: 2px;
padding-bottom: 2px;
width: 32px;
height: 32px;
}

.start-menu-list-mid{
min-width: 70%;
width: 175px;
height: 32px;
padding-left: 10px;
padding-top: 2px;
padding-bottom: 2px;
color: white; /* Black text color */
text-align: left;
font-size: 11px;
font-weight: normal;
}

.start-menu-list-p{
position: relative;
top: 10px;
top: 8px;
font-size: 12px;
color: white; /* Black text color */
text-align: left;
font-weight: normal;
}

.start-menu-list-tail{
max-width: 15%;
/* padding-left: 10px; */
padding-top: 2px;
padding-bottom: 2px;
}

/* .dm-tskbar-fig-cntxt-menu{
position: relative;
align-items: center;
display: inline-flex;
min-width: 18px;
top: 0;
left: 15%;
width: 32px;
height: 32px;
}
.dm-tskbar-img-alt{
height: 18px;
width: 18px;
position: relative;
} */

0 comments on commit 72c7bfa

Please sign in to comment.