Compare commits

...

1 Commits
Test ... main

Author SHA1 Message Date
sorB
9c7ece2241 feat: call participants orientation vertical
Some checks failed
Build Debian package / Build package (release) Has been cancelled
Build and Deploy / prepare (release) Has been cancelled
Deploy release / Deploy to Cloudflare Pages (release) Has been cancelled
Build and Deploy / Trigger Pro pipeline (release) Has been cancelled
Build and Deploy / Windows arm64 (release) Has been cancelled
Build and Deploy / Windows x64 (release) Has been cancelled
Build and Deploy / macOS (release) Has been cancelled
Build and Deploy / Linux amd64 (sqlcipher static) (release) Has been cancelled
Build and Deploy / Linux arm64 (sqlcipher static) (release) Has been cancelled
Build and Deploy / ${{ needs.prepare.outputs.deploy == 'true' && 'Deploy' || 'Deploy (dry-run)' }} (release) Has been cancelled
Build and Deploy / Deploy builds to ESS (release) Has been cancelled
Sync labels / sync-labels (push) Has been cancelled
Close stale issues & PRs / close (push) Has been cancelled
Build and Deploy / prepare (push) Has been cancelled
Build and Deploy / Trigger Pro pipeline (push) Has been cancelled
Build and Deploy / Windows arm64 (push) Has been cancelled
Build and Deploy / Windows x64 (push) Has been cancelled
Build and Deploy / macOS (push) Has been cancelled
Build and Deploy / Linux amd64 (sqlcipher static) (push) Has been cancelled
Build and Deploy / Linux arm64 (sqlcipher static) (push) Has been cancelled
Build and Deploy / ${{ needs.prepare.outputs.deploy == 'true' && 'Deploy' || 'Deploy (dry-run)' }} (push) Has been cancelled
Build and Deploy / Deploy builds to ESS (push) Has been cancelled
Localazy Download / download (push) Has been cancelled
Docker / Docker Buildx (push) Has been cancelled
Update Jitsi / update (push) Has been cancelled
2026-05-10 21:09:19 +02:00

View File

@ -88,8 +88,8 @@
.callParticipants { .callParticipants {
display: flex; display: flex;
flex-wrap: wrap; flex-direction: column;
gap: var(--cpd-space-2x); gap: var(--cpd-space-1x);
margin: calc(var(--cpd-space-0-5x) * 1) 0 0; margin: calc(var(--cpd-space-0-5x) * 1) 0 0;
padding: 0; padding: 0;
list-style: none; list-style: none;