From 51b5b637c57ed7613cd8d688c96b72ef772686b5 Mon Sep 17 00:00:00 2001 From: STDquantum <405720329@qq.com> Date: Fri, 5 Jan 2024 20:25:52 +0800 Subject: [PATCH] .avatar user-select:none --- app/resources/data/template.html | 1 + 1 file changed, 1 insertion(+) diff --git a/app/resources/data/template.html b/app/resources/data/template.html index 92b55fd..83c4819 100644 --- a/app/resources/data/template.html +++ b/app/resources/data/template.html @@ -173,6 +173,7 @@ body{ width: 42px; height: 42px; border-radius: 50%; + user-select: none; } .chat-video video{ margin-right: 18px;