Add that sweet sweet subtle shadow for taskbar
Docker Image CI / build-and-push-image (push) Waiting to run
Maintain Release Merge PR / update-release-pr (push) Waiting to run
release-please / release-please (push) Waiting to run
test / test (18.x) (push) Waiting to run
test / test (20.x) (push) Waiting to run
test / test (22.x) (push) Waiting to run

This commit is contained in:
jelveh
2024-12-16 16:17:35 -08:00
parent 3c9a6b9d19
commit 47908f01a9
+6 -1
View File
@@ -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;
@@ -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 {