change modal-window for file-info style

This commit is contained in:
smanylov
2026-03-04 16:15:21 +07:00
parent 617984e587
commit a11abdbb56
4 changed files with 120 additions and 120 deletions
+16 -13
View File
@@ -3486,18 +3486,6 @@
}
.modal-window-view-file {
/* position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
width: 90%;
max-width: 1200px;
max-height: 90%;
background: white;
border-radius: 16px;
padding: 0;
overflow: hidden;
box-shadow: 0 25px 50px rgba(0, 0, 0, 0.5); */
border-radius: 20px;
overflow: hidden;
@@ -3533,7 +3521,7 @@
&.image {
display: grid;
grid-template-columns: 1fr 300px;
grid-template-columns: 1fr 1fr;
gap: 20px;
}
}
@@ -3565,12 +3553,27 @@
}
}
.file-info-wrapper {
display: flex;
gap: 15px;
margin-bottom: 15px;
@media (max-width: 875px) {
flex-direction: column;
}
}
.file-info-card {
background: #ffffff;
border: 1px solid #e2e8f0;
border-radius: 12px;
padding: 0;
overflow: hidden;
min-width: 400px;
@media (max-width: 470px) {
min-width: auto;
}
.info-header {
background: #f8fafc;