web/FileReceiver: make accept list text unselectable

This commit is contained in:
wukko
2025-04-21 22:46:34 +06:00
parent 016aa1b708
commit 4182845e9a

View File

@ -172,5 +172,7 @@
max-width: 250px;
font-size: 14px;
padding: 0;
user-select: none;
-webkit-user-select: none;
}
</style>