mirror of
https://github.com/HeyPuter/puter.git
synced 2026-09-27 15:46:30 +00:00
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
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:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user