Show full list of participants on mobile view (#193)

This commit is contained in:
Luke Vella 2022-06-01 09:43:34 +01:00 committed by GitHub
parent 53fa823857
commit 4ce5a1990e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
23 changed files with 340 additions and 209 deletions

View file

@ -36,7 +36,7 @@ module.exports = {
},
fontFamily: {
sans: ["Inter", ...defaultTheme.fontFamily.sans],
mono: [...defaultTheme.fontFamily.mono],
mono: ["Noto Sans Mono", ...defaultTheme.fontFamily.mono],
},
transitionTimingFunction: {
"in-expo": "cubic-bezier(0.68, -0.6, 0.32, 1.6)",