fix: textarea resize vertical only, deploy script npm install

This commit is contained in:
Alexej Wolff
2026-05-07 00:37:54 +02:00
parent 49f2b9261d
commit a4cbc2db86
3 changed files with 7 additions and 3 deletions
+1 -1
View File
@@ -16,7 +16,7 @@ if ($LASTEXITCODE -ne 0) {
# Deploy to server # Deploy to server
Write-Host "`nDeploying to server..." -ForegroundColor Yellow Write-Host "`nDeploying to server..." -ForegroundColor Yellow
$CMD = "cd $PROJECT_PATH && git pull && npm run build && cd server && npm install && pm2 restart resekai-api" $CMD = "cd $PROJECT_PATH && git pull && npm install && npm run build && cd server && npm install && pm2 restart resekai-api"
ssh $SERVER $CMD ssh $SERVER $CMD
if ($LASTEXITCODE -eq 0) { if ($LASTEXITCODE -eq 0) {
+4
View File
@@ -703,6 +703,10 @@
font-size: 0.95rem; font-size: 0.95rem;
} }
.character-fields textarea {
resize: vertical;
}
.character-fields input:focus, .character-fields input:focus,
.character-fields select:focus, .character-fields select:focus,
.character-fields textarea:focus { .character-fields textarea:focus {