Merge branch 'master' of gitlab.com:MrFry/qmining-page

This commit is contained in:
mrfry 2022-12-04 19:09:55 +01:00
commit 4d78827423
2 changed files with 1 additions and 2 deletions

View file

@ -174,7 +174,6 @@
color: black;
max-width: 400px;
white-space: pre-wrap;
word-break: break-all;
}
.sendButton {

View file

@ -382,7 +382,7 @@ export default function UserFiles({
<div className={`${styles.tableContainer} ${styles.rows}`}>
{currDir && (
<div
style={{ height: 40 }}
style={{ height: 40, justifyContent: "center", display: "flex" }}
onClick={() => {
goBack()
}}