....
All checks were successful
Build Docker Image / Preparing Dependecies (push) Successful in 4s

This commit is contained in:
2025-11-17 17:19:18 +07:00
parent 304ed9294c
commit 2e07e728dd
37 changed files with 4776 additions and 48 deletions

View File

@@ -0,0 +1,11 @@
.layout {
display: flex;
height: 100vh;
width: 100%;
}
.main-container {
flex: 1;
background: #f5f5f5;
overflow-y: auto;
padding: 20px;
}