fix (client): make sure that bottom bar doesn't hide content

without this padding, you can't save word mutes settings on mobile
This commit is contained in:
naskya 2024-08-03 00:25:05 +09:00
parent 61d0381f47
commit 7468770688
No known key found for this signature in database
GPG key ID: 712D413B3A9FED5C

View file

@ -84,5 +84,6 @@ onUnmounted(() => {
.content {
margin-block: 0;
margin-inline: auto;
padding-block-end: 80px;
}
</style>