fix: Add --no-sandbox and --disable-setuid-sandbox to zendriver for Docker root compatibility

This commit is contained in:
2026-01-04 16:18:50 +09:00
parent 150a3a9fb0
commit fddea3e6b4
4 changed files with 13 additions and 13 deletions

View File

@@ -234,13 +234,13 @@
justify-content: flex-end;
}
.external-players-grid {
gap: 6px;
gap: 4px;
}
.ext-player-btn {
padding: 6px;
padding: 4px;
}
.ext-player-btn img {
width: 24px;
height: 24px;
width: 20px;
height: 20px;
}
}