Pārlūkot izejas kodu

changed design of files page

FE_dev
Dzenis Hadzifejzovic pirms 2 gadiem
vecāks
revīzija
1b8070ff91
1 mainītis faili ar 2 papildinājumiem un 1 dzēšanām
  1. 2
    1
      src/pages/FilesPage/FileTable.js

+ 2
- 1
src/pages/FilesPage/FileTable.js Parādīt failu

@@ -389,7 +389,6 @@ const FileTable = ({ trigger }) => {
display: "flex",
width: matches ? "75vw" : "85vw",
flexDirection: "row",
height: "300px",
}}
>
<table
@@ -397,6 +396,7 @@ const FileTable = ({ trigger }) => {
style={{
width: file === null ? "100%" : "360px",
overflowX: "visible",
height: "fit-content",
}}
>
<thead>
@@ -503,6 +503,7 @@ const FileTable = ({ trigger }) => {
width: "100%",
marginLeft: "30px",
overflowY: "auto",
height: "350px",
}}
>
<FileViewer

Notiek ielāde…
Atcelt
Saglabāt