mirror of
https://github.com/HeyPuter/puter.git
synced 2026-05-04 08:30:39 +00:00
feat: show/hide desktop icons option in context menu
Docker Image CI / build-and-push-image (push) Has been cancelled
Maintain Release Merge PR / update-release-pr (push) Has been cancelled
release-please / release-please (push) Has been cancelled
test / test (18.x) (push) Has been cancelled
test / test (20.x) (push) Has been cancelled
test / test (22.x) (push) Has been cancelled
Docker Image CI / build-and-push-image (push) Has been cancelled
Maintain Release Merge PR / update-release-pr (push) Has been cancelled
release-please / release-please (push) Has been cancelled
test / test (18.x) (push) Has been cancelled
test / test (20.x) (push) Has been cancelled
test / test (22.x) (push) Has been cancelled
* feat: hide icons/show icons feature added to the right-click/secondary click menu on the desktop * Fix: Changes made to the hide/show desktop icons feature after receiving feedback in the first pull request * CSS rule added to static CSS file instead of being implemented dynamically
This commit is contained in:
+386
-337
File diff suppressed because it is too large
Load Diff
@@ -4718,4 +4718,9 @@ fieldset[name=number-code] {
|
||||
}
|
||||
.device-phone .window-body.item-container * {
|
||||
touch-action: pan-y;
|
||||
}
|
||||
|
||||
/* Hide desktop icons when the desktop-icons-hidden class is applied */
|
||||
.desktop.item-container.desktop-icons-hidden > .item {
|
||||
visibility: hidden;
|
||||
}
|
||||
Reference in New Issue
Block a user