mirror of
https://github.com/Kuingsmile/PicList.git
synced 2026-05-06 20:42:57 +08:00
🐛 Fix(custom): prevent image dragging and selection in app icon
ISSUES CLOSED: #400
This commit is contained in:
@@ -119,6 +119,12 @@ onBeforeUnmount(() => {
|
||||
color: var(--color-accent);
|
||||
}
|
||||
|
||||
.app-icon img {
|
||||
-webkit-user-drag: none;
|
||||
user-select: none;
|
||||
pointer-events: none;
|
||||
}
|
||||
|
||||
.app-title {
|
||||
font-size: 14px;
|
||||
font-weight: 600;
|
||||
|
||||
Reference in New Issue
Block a user