mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-04-18 22:33:50 +02:00
Fix invite response, small fixes
This commit is contained in:
@@ -238,7 +238,7 @@ function setLoginContainerStyle(isDarkMode) {
|
||||
transition: background-color 0.3s ease;
|
||||
}
|
||||
|
||||
.x-login-container .el-input__inner {
|
||||
.x-login-container .el-input__wrapper {
|
||||
background-color: ${inputBackgroundColor} !important;
|
||||
border: ${inputBorder} !important;
|
||||
transition: background-color 0.3s ease, border-color 0.3s ease;
|
||||
|
||||
@@ -163,7 +163,10 @@ function copyToClipboard(text, message = 'Copied successfully!') {
|
||||
})
|
||||
.catch((err) => {
|
||||
console.error('Copy failed:', err);
|
||||
ElMessage.error('Copy failed!');
|
||||
ElMessage({
|
||||
message: 'Copy failed!',
|
||||
type: 'error'
|
||||
});
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user