Skip to content

Commit

Permalink
Taskbar styling
Browse files Browse the repository at this point in the history
  • Loading branch information
EmoruwaTolu committed Apr 22, 2024
1 parent 0e26a3e commit 5bfe548
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions prem-data/src/components/taskbar/search-taskbar-style.css
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
display: flex;
align-items: center;
justify-content: space-between;
width: 100%;
width: 40%;
height: 100%;
box-sizing: border-box;
}
Expand All @@ -26,7 +26,8 @@
display: flex;
justify-content: left;
align-items: center;
box-sizing: border-box;
box-sizing: border-box;
width: 20%;
}

.taskbar li{
Expand Down

0 comments on commit 5bfe548

Please sign in to comment.