mirror of
https://gitlab.com/MrFry/qmining-page
synced 2025-04-01 20:23:44 +02:00
minor css adjustments
This commit is contained in:
@@ -174,7 +174,6 @@
|
||||
color: black;
|
||||
max-width: 400px;
|
||||
white-space: pre-wrap;
|
||||
word-break: break-all;
|
||||
}
|
||||
|
||||
.sendButton {
|
||||
|
@@ -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()
|
||||
}}
|
||||
|
Reference in New Issue
Block a user