[S] Make images undraggable

This commit is contained in:
Hykilpikonna
2021-11-25 11:10:31 -05:00
parent eeda9624d7
commit fdc430cc8e
+9
View File
@@ -61,6 +61,15 @@
.image-row img { .image-row img {
width: 100%; width: 100%;
} }
img {
user-select: none;
-webkit-user-drag: none;
}
img.clickable {
cursor: pointer;
}
</style> </style>
</head> </head>
<body> <body>