Skip to content

Commit

Permalink
Add that sweet sweet subtle shadow for taskbar
Browse files Browse the repository at this point in the history
  • Loading branch information
jelveh committed Dec 17, 2024
1 parent 3c9a6b9 commit 47908f0
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion src/gui/src/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -2294,7 +2294,6 @@ label {
display: flex;
justify-content: center;
z-index: 99999;
box-shadow: 0px 0px 4px 0px #7575757a;
overflow: hidden !important;

height: 50px;
Expand All @@ -2305,6 +2304,12 @@ label {
width: auto;
left: 50%;
transform: translateX(-50%);

/* that sweet sweet subtle shadow */
box-shadow:
inset 0 0 0 0.5px rgba(255, 255, 255, 0.2),
0 0 0 0.5px rgba(0, 0, 0, 0.2),
0 4px 16px rgba(0, 0, 0, 0.2);
}

.taskbar .taskbar-item {
Expand Down

0 comments on commit 47908f0

Please sign in to comment.