feat: decrease top padding of members container
All checks were successful
ci/woodpecker/push/build-and-publish Pipeline was successful
All checks were successful
ci/woodpecker/push/build-and-publish Pipeline was successful
This commit is contained in:
parent
e8d37af75e
commit
6182e00dd9
1 changed files with 1 additions and 1 deletions
|
@ -89,7 +89,7 @@ function toggleInvitePopup(e: Event) {
|
|||
}
|
||||
|
||||
#members-container {
|
||||
padding-top: 3dvh;
|
||||
padding-top: 1dvh;
|
||||
padding-left: 1dvw;
|
||||
padding-right: 1dvw;
|
||||
border-left: 1px solid rgb(70, 70, 70);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue