last viewed ux improvement

This commit is contained in:
Yurii
2026-03-11 22:17:27 +02:00
parent a7f2faa53b
commit ca27df06d9
14 changed files with 410 additions and 144 deletions
+2 -1
View File
@@ -194,7 +194,8 @@ td.cell[data-name="buttons"] > .btn-group {
margin-right: 14px;
}
#global-search-panel {
#global-search-panel,
#last-viewed-panel {
left: 35px;
right: auto;
}
+10 -4
View File
@@ -1961,18 +1961,21 @@ textarea.auto-height {
overflow-x: hidden;
}
#global-search-panel {
#global-search-panel,
#last-viewed-panel {
> .panel {
.panel-heading {
.close-link {
display: none;
}
}
> .panel-body {
max-height: @navbar-panel-body-max-height;
overflow-y: auto;
overflow-x: hidden;
padding-bottom: var(--panel-padding);
scrollbar-gutter: stable;
}
}
}
@@ -3114,7 +3117,8 @@ table.table td.cell .html-container {
left: auto;
}
#global-search-panel {
#global-search-panel,
#last-viewed-panel {
position: absolute;
width: @global-search-panel-width;
z-index: 1001;
@@ -3625,7 +3629,8 @@ table.table-admin-panel {
height: 100%;
}
#global-search-panel {
#global-search-panel,
#last-viewed-panel {
position: fixed;
width: 100%;
top: 0;
@@ -3635,7 +3640,8 @@ table.table-admin-panel {
height: 100%;
}
#global-search-panel {
#global-search-panel,
#last-viewed-panel {
> .panel {
.panel-heading {
.close-link {
+2 -4
View File
@@ -940,10 +940,8 @@ body[data-navbar="side"] {
border-radius: 0 0 var(--border-radius) var(--border-radius) !important;
}
#global-search-panel {
margin-top: var(--top-bar-height);
}
#global-search-panel,
#last-viewed-panel,
#notifications-panel {
margin-top: var(--top-bar-height);
}
+2 -1
View File
@@ -191,7 +191,8 @@ body:not([data-navbar="side"]) {
padding-top: var(--4px);
}
#global-search-panel {
#global-search-panel,
#last-viewed-panel {
margin-top: var(--1px);
}
+2 -1
View File
@@ -130,7 +130,8 @@ body {
}
#notifications-panel,
#global-search-panel {
#global-search-panel,
#last-viewed-panel {
> .panel {
backdrop-filter: @backdrop-filter;
> .panel-heading {