mirror of
https://github.com/go-vikunja/vikunja.git
synced 2026-07-28 18:04:44 -05:00
fix(project): add more spacing between filter button and view switcher on mobile
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user