fix(project): add more spacing between filter button and view switcher on mobile

This commit is contained in:
kolaente 2024-04-14 00:06:26 +02:00
parent 6e5b31f1e0
commit 422e4371f8
Signed by untrusted user: konrad
GPG Key ID: F40E70337AB24C9B
1 changed files with 1 additions and 0 deletions

View File

@ -161,6 +161,7 @@ function getViewTitle(view: IProjectView) {
display: flex;
justify-content: space-between;
align-items: center;
gap: 1rem;
@media screen and (max-width: $tablet) {
justify-content: center;