Keep search at the top-right when resizing

This commit is contained in:
Alfredo Cardigliano 2021-08-03 11:43:17 +02:00
parent 6788950ba0
commit 9167e35bc3
5 changed files with 9 additions and 5 deletions

View file

@ -535,6 +535,10 @@ path.link {
box-shadow: 0 3px 6px rgba(0, 0, 0, 0.01), 0 3px 6px rgba(0, 0, 0, 0.1);
}
.navbar-main-top {
align-items: flex-start;
}
.table:not(.dataTable) td,
.table:not(.dataTable) th {
padding: 0.50rem !important;
@ -1017,4 +1021,4 @@ td.dashboard-counter {
background-repeat: no-repeat;
background-size: cover;
background-position: 50% 50%;
} /* ---- stats.js ---- */
} /* ---- stats.js ---- */