refactor: move resizableSidebar padding into children

This commit is contained in:
Twig 2025-08-13 20:56:00 +02:00
parent e64cc878b8
commit 27a30d08a6
Signed by: twig
SSH key fingerprint: SHA256:nBO+OwpTkd8LYhe38PIqdxmDvkIg9Vw2EbrRZM97dkU
3 changed files with 21 additions and 16 deletions

View file

@ -40,5 +40,8 @@ const members = await fetchMembers(props.guild.uuid)
flex-direction: column;
overflow-x: hidden;
overflow-y: scroll;
padding-left: .5em;
padding-right: .5em;
}
</style>