Przeglądaj źródła

changed design of files page

FE_dev
Dzenis Hadzifejzovic 2 lat temu
rodzic
commit
1b8070ff91
1 zmienionych plików z 2 dodań i 1 usunięć
  1. 2
    1
      src/pages/FilesPage/FileTable.js

+ 2
- 1
src/pages/FilesPage/FileTable.js Wyświetl plik

display: "flex", display: "flex",
width: matches ? "75vw" : "85vw", width: matches ? "75vw" : "85vw",
flexDirection: "row", flexDirection: "row",
height: "300px",
}} }}
> >
<table <table
style={{ style={{
width: file === null ? "100%" : "360px", width: file === null ? "100%" : "360px",
overflowX: "visible", overflowX: "visible",
height: "fit-content",
}} }}
> >
<thead> <thead>
width: "100%", width: "100%",
marginLeft: "30px", marginLeft: "30px",
overflowY: "auto", overflowY: "auto",
height: "350px",
}} }}
> >
<FileViewer <FileViewer

Ładowanie…
Anuluj
Zapisz