кнопку базы сделал красивой
This commit is contained in:
@@ -361,6 +361,10 @@
|
||||
white-space: pre-wrap;
|
||||
word-break: break-word;
|
||||
}
|
||||
.btn-icon {
|
||||
font-size: 18px;
|
||||
padding: 6px 10px;
|
||||
}
|
||||
|
||||
</style>
|
||||
</head>
|
||||
@@ -373,7 +377,7 @@
|
||||
</div>
|
||||
<div class="page-actions">
|
||||
{% if current_user and current_user.get("role") == "admin" %}
|
||||
<a href="/admin/db" class="btn btn-secondary" title="База данных">🗄️</a>
|
||||
<a href="/admin/db" class="btn btn-secondary btn-icon" title="База данных">🗄️</a>
|
||||
{% endif %}
|
||||
<form method="post" action="/logout" class="logout-form">
|
||||
<button type="submit" class="btn btn-secondary">Выйти</button>
|
||||
|
||||
Reference in New Issue
Block a user