no message

This commit is contained in:
A1300399510 2024-11-25 17:20:58 +08:00
parent c2ab8ce4bc
commit 85a629ecf0
3 changed files with 4 additions and 5 deletions

View File

@ -1,4 +1,5 @@
{
"liveServer.settings.port": 5501,
"marscode.chatLanguage": "cn"
"marscode.chatLanguage": "cn",
"editor.fontSize": 17
}

View File

@ -274,11 +274,10 @@
.base-footer .base-box {
pointer-events: all;
height: 60px;
background: -webkit-linear-gradient(189.46232221deg, #dbe3fd 0%, #eef7f5 100%);
background: -moz-linear-gradient(260.53767779deg, #dbe3fd 0%, #eef7f5 100%);
background: linear-gradient(260.53767779deg, #dbe3fd 0%, #eef7f5 100%);
box-sizing: border-box;
border: 1px solid #dbe0f2;
box-shadow: 0px 0px 7px #7b8cd3;
border-radius: 153px;
padding-left: 32px;
padding-right: 5px;

View File

@ -327,11 +327,10 @@
// bottom: 35px;
pointer-events: all;
height: 60px;
background: -webkit-linear-gradient(189.462322208026deg, rgba(219, 227, 253, 1) 0%, rgba(238, 247, 245, 1) 100%);
background: -moz-linear-gradient(260.537677791974deg, rgba(219, 227, 253, 1) 0%, rgba(238, 247, 245, 1) 100%);
background: linear-gradient(260.537677791974deg, rgba(219, 227, 253, 1) 0%, rgba(238, 247, 245, 1) 100%);
box-sizing: border-box;
border: 1px solid rgba(219, 224, 242, 1);
box-shadow: 0px 0px 7px rgba(123, 140, 211, 1);
border-radius: 153px;
padding-left: 32px;
padding-right: 5px;