fix(settings): overflow of select on mobile

This commit is contained in:
kolaente 2024-07-17 14:46:17 +02:00
parent 7c54d1accf
commit acf9f836a7
No known key found for this signature in database
GPG Key ID: F40E70337AB24C9B
1 changed files with 6 additions and 0 deletions

View File

@ -322,3 +322,9 @@ async function updateSettings() {
})
}
</script>
<style scoped>
.select select {
width: 100%;
}
</style>