This commit is contained in:
2025-05-15 16:36:05 +03:00
parent 16ff522aa2
commit ae9becd905
18 changed files with 476 additions and 194 deletions

View File

@@ -18,6 +18,22 @@
max-height: 100px;
margin-right: 20px;
}
@media (max-width: 768px) {
.logo {
max-height: 50px;
margin-right: 10px;
}
h1 {
font-size: 1.5rem;
}
.btn {
font-size: 0.9rem;
padding: 0.5rem 1rem;
}
.card {
margin-bottom: 1rem;
}
}
</style>
</head>
<body class="{{ 'dark-mode' if theme == 'dark' else '' }}">
@@ -35,8 +51,8 @@
</div>
<div class="row">
<div class="col-md-8">
<!-- Players Section -->
<!-- Players Section -->
<div class="col-md-8 col-12">
<div class="card mb-4 {{ 'dark-mode' if theme == 'dark' else '' }}">
<div class="card-header bg-primary text-white">
<h2>Players</h2>
@@ -68,8 +84,10 @@
{% endif %}
</div>
</div>
</div>
<!-- Group of Players Section -->
<!-- Group of Players Section -->
<div class="col-md-8 col-12">
<div class="card mb-4 {{ 'dark-mode' if theme == 'dark' else '' }}">
<div class="card-header bg-secondary text-white">
<h2>Group of Players</h2>
@@ -97,8 +115,10 @@
</div>
</div>
</div>
</div>
<!-- Content Upload Section -->
<!-- Content Upload Section -->
<div class="col-md-8 col-12">
<div class="card mb-4 {{ 'dark-mode' if theme == 'dark' else '' }}">
<div class="card-header bg-warning text-dark">
<h2>Content Upload</h2>
@@ -111,7 +131,7 @@
<!-- App Settings Section -->
{% if current_user.role == 'admin' %}
<div class="col-md-4">
<div class="col-md-4 col-12">
<div class="card mb-4 {{ 'dark-mode' if theme == 'dark' else '' }}">
<div class="card-header bg-info text-white">
<h2>App Settings</h2>