fix(admin): localization to English + padding fixes for tables, buttons, logo

This commit is contained in:
NW
2026-07-06 18:32:22 +01:00
parent 86c4e18752
commit c149c877f3
3 changed files with 21 additions and 6 deletions

View File

@@ -25,6 +25,21 @@
<meta name="msapplication-tap-highlight" content="no">
<%- include('partials/app-head-css') %>
<style>
/* Table cell padding */
.main-content table.table td,
.main-content table.table th {
padding: 0.75rem 1rem;
}
/* Button spacing in action columns */
.main-content td .btn + .btn,
.main-content td .btn + form,
.main-content td form + .btn,
.main-content td form + form {
margin-left: 0.5rem;
}
</style>
</head>
<body class="set-nav-dark set-nav-fixed set-header-fixed set-nav-full">