add: added a user page and button to delete them

This commit is contained in:
Lukian 2025-04-09 15:26:48 +02:00
parent 6c19015a29
commit 4045681913
8 changed files with 235 additions and 1 deletions

View file

@ -0,0 +1,19 @@
.users-page {
display: flex;
flex-direction: column;
justify-content: start;
align-items: center;
width: 100%;
gap: 20px;
}
.users-page-channels {
width: 97%;
border: 1px solid #270722;
padding: 10px;
background-color: #fff6fd;
display: flex;
flex-direction: column;
align-items: start;
gap: 10px;
}