created space for more settings
This commit is contained in:
@@ -15,7 +15,7 @@
|
||||
button_icon="fa-arrow-left"
|
||||
) }}
|
||||
|
||||
<div class="container mt-4">
|
||||
<div class="container-fluid mt-4">
|
||||
<div class="card shadow-sm mb-4">
|
||||
<div class="card-header d-flex justify-content-between align-items-center bg-white">
|
||||
<div class="d-flex align-items-center gap-3">
|
||||
@@ -79,7 +79,7 @@
|
||||
<button id="clearSearchBtn" type="button" style="position: absolute; right: 0.25rem; top: 50%; transform: translateY(-50%); display: none; border: none; background: transparent; font-size: 1.2rem; color: #888; cursor: pointer; z-index: 2;">×</button>
|
||||
</div>
|
||||
</div>
|
||||
<div id="fileGrid" class="row g-3" style="min-height: 200px; position: relative;">
|
||||
<div id="fileGrid" class="row g-3" style="min-height: 200px; position: relative; margin-top: 0.5rem;">
|
||||
<div id="dropZoneOverlay" style="display: none; position: absolute; top: 0; left: 0; right: 0; bottom: 0; background: rgba(22, 118, 123, 0.1); border: 2px dashed #16767b; border-radius: 8px; z-index: 1000; pointer-events: none;">
|
||||
<div style="position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); text-align: center; color: #16767b;">
|
||||
<i class="fas fa-cloud-upload-alt" style="font-size: 3rem; margin-bottom: 1rem;"></i>
|
||||
@@ -266,11 +266,13 @@
|
||||
#fileGrid.list-view {
|
||||
display: block;
|
||||
padding: 0;
|
||||
width: 100%;
|
||||
}
|
||||
#fileGrid.list-view table {
|
||||
width: 100%;
|
||||
border-collapse: collapse;
|
||||
background: var(--white);
|
||||
margin: 0;
|
||||
}
|
||||
#fileGrid.list-view th, #fileGrid.list-view td {
|
||||
padding: 0.5rem 1rem;
|
||||
@@ -283,6 +285,9 @@
|
||||
background: var(--bg-color);
|
||||
color: var(--text-muted);
|
||||
font-weight: 500;
|
||||
position: sticky;
|
||||
top: 0;
|
||||
z-index: 1;
|
||||
}
|
||||
#fileGrid.list-view tr:hover td {
|
||||
background-color: var(--primary-opacity-8);
|
||||
|
||||
Reference in New Issue
Block a user