From 5b9c8701ca5ebbcbb30b4c3d56c9b04c396a1bef Mon Sep 17 00:00:00 2001 From: Flatlogic Bot Date: Thu, 16 Apr 2026 12:04:47 +0000 Subject: [PATCH] V1.3.3 --- scitemcustom.php | 75 ++++++++++++++++++++++++++++++++++++------------ 1 file changed, 56 insertions(+), 19 deletions(-) diff --git a/scitemcustom.php b/scitemcustom.php index 7325aa5..996fcff 100644 --- a/scitemcustom.php +++ b/scitemcustom.php @@ -599,15 +599,41 @@ $current_session_user = $_SESSION['user'] ?? ''; .search-item { display: flex; gap: 0.9rem; - align-items: center; - justify-content: space-between; + align-items: flex-start; + } + + .search-item-main { + display: flex; + gap: 0.9rem; + align-items: flex-start; + min-width: 0; + width: 100%; } .item-meta { display: flex; - align-items: center; + align-items: flex-start; gap: 0.9rem; min-width: 0; + flex: 1; + } + + .search-item-content { + display: flex; + flex-direction: column; + gap: 0.45rem; + min-width: 0; + flex: 1; + } + + .search-item-actions { + display: flex; + align-items: flex-start; + } + + .search-item-actions .btn-modern { + padding-top: 0.5rem; + padding-bottom: 0.5rem; } .item-preview { @@ -773,11 +799,20 @@ $current_session_user = $_SESSION['user'] ?? ''; grid-template-columns: 1fr; } - .search-item { - flex-direction: column; + .search-item-main, + .item-meta { align-items: stretch; } + .search-item-actions { + width: 100%; + } + + .search-item-actions .btn-modern { + width: 100%; + justify-content: center; + } + .actions-row { justify-content: stretch; } @@ -828,23 +863,25 @@ $current_session_user = $_SESSION['user'] ?? '';
-
- -
- -
- - /
- +
+
+ +
+ +
+ + /
+ +
+
+ + + + +
-
- - - - -