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