Compare commits

..

No commits in common. "272fcf93c64005b06249690815bb320ad66b9798" and "d0e3704ed6a2c08eede388e353bcf76880873411" have entirely different histories.

2 changed files with 4 additions and 12 deletions

View File

@ -22,10 +22,8 @@ export const getExtensionIconLabel = (extension: string) => {
icon = faFilePdf icon = faFilePdf
break break
case 'xlsx': case 'xslx':
case 'xls': case 'xsl':
case 'xlsb':
case 'xlsm':
icon = faFileExcel icon = faFileExcel
break break

View File

@ -19,11 +19,11 @@
.actionButtons { .actionButtons {
display: flex; display: flex;
justify-content: end; justify-content: center;
align-items: center; align-items: center;
gap: 10px; gap: 10px;
margin-left: auto;
padding: 1.5px 0; padding: 1.5px 0;
flex-grow: 1;
} }
.search { .search {
@ -37,12 +37,6 @@
outline: solid 1px #dddddd; outline: solid 1px #dddddd;
background: white; background: white;
width: 100%;
@container (width >= 610px) {
max-width: 246px;
}
&:focus-within { &:focus-within {
outline-color: $primary-main; outline-color: $primary-main;
} }