Bump version to 1.4.6

This commit is contained in:
2026-07-22 01:26:04 +01:00
parent 370ec81c33
commit 9f08ccfea1
20 changed files with 363 additions and 163 deletions
+21 -1
View File
@@ -158,6 +158,16 @@
box-shadow: none;
}
.card-header {
position: relative;
}
.card-header .card-tools {
position: absolute;
right: 20px;
top: 12px;
}
.admin-form-card {
box-shadow: none;
}
@@ -199,7 +209,6 @@
.dashboard-hero-copy {
margin: 0.75rem 0 0;
max-width: 42rem;
color: var(--bs-secondary-color);
}
@@ -341,6 +350,10 @@
color: var(--bs-secondary-color);
}
.connected-updated-secondary {
font-style: italic;
}
.connection-count,
td[data-label="Name"],
td[data-label="Title"],
@@ -1155,6 +1168,13 @@ td[data-label="Slides"] {
white-space: nowrap;
}
table.table > :not(caption) > thead > tr > th:last-child,
table.table > :not(caption) > tbody > tr > td:last-child,
td[data-label="Actions"] {
width: 1%;
white-space: nowrap;
}
td[data-label="Actions"] {
text-align: right;
}