fix: fixed content position for some pages

This commit is contained in:
Lukian 2025-04-06 17:58:40 +02:00
parent 2d376075d9
commit 636267f28f
2 changed files with 2 additions and 2 deletions

View file

@ -1,7 +1,7 @@
.channels-page {
display: flex;
flex-direction: column;
justify-content: center;
justify-content: start;
align-items: center;
width: 100%;
min-height: 100vh;

View file

@ -1,7 +1,7 @@
.user-page {
display: flex;
flex-direction: column;
justify-content: center;
justify-content: start;
align-items: center;
width: 100%;
min-height: 100vh;