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:
parent
61d0381f47
commit
7468770688
1 changed files with 1 additions and 0 deletions
|
@ -84,5 +84,6 @@ onUnmounted(() => {
|
|||
.content {
|
||||
margin-block: 0;
|
||||
margin-inline: auto;
|
||||
padding-block-end: 80px;
|
||||
}
|
||||
</style>
|
||||
|
|
Loading…
Reference in a new issue