fix(ui): users table layout clipping v1.2.33

table-layout:auto + min-width scroll; action buttons nowrap;
compact name cell flex; keep last-disconnect column on mobile.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
Андрей Бобырев
2026-05-30 05:27:50 +03:00
parent 281bc73214
commit 44c634f8ac
3 changed files with 67 additions and 15 deletions

View File

@@ -4,7 +4,7 @@
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>AmneziaWG — просмотр клиентов</title>
<link rel="stylesheet" href="/styles.css?v=1.2.32">
<link rel="stylesheet" href="/styles.css?v=1.2.33">
<script>
(function () {
try {
@@ -354,6 +354,6 @@
</div>
</dialog>
<script src="/app.js?v=1.2.32" type="module"></script>
<script src="/app.js?v=1.2.33" type="module"></script>
</body>
</html>