mirror of
https://gitlab.com/MrFry/qmining-page
synced 2026-04-28 11:17:37 +02:00
User files changes
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
}
|
||||
|
||||
.tableContainer > div {
|
||||
padding: 15px 5px;
|
||||
padding: 5px 5px;
|
||||
display: flex;
|
||||
align-items: stretch;
|
||||
}
|
||||
@@ -42,9 +42,11 @@
|
||||
}
|
||||
|
||||
.header > div > div {
|
||||
color: var(--text-color);
|
||||
display: flex;
|
||||
align-items: center;
|
||||
cursor: pointer;
|
||||
background-color: var(--background-color);
|
||||
}
|
||||
|
||||
.header > div > div:hover {
|
||||
@@ -69,10 +71,34 @@
|
||||
}
|
||||
|
||||
.backButton {
|
||||
width: 30%;
|
||||
width: 15%;
|
||||
}
|
||||
|
||||
.description {
|
||||
padding: 5px;
|
||||
text-align: center;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.text {
|
||||
}
|
||||
|
||||
.text > b {
|
||||
color: red;
|
||||
}
|
||||
|
||||
.currDir {
|
||||
color: var(--text-color);
|
||||
text-align: center;
|
||||
font-size: 20px;
|
||||
}
|
||||
|
||||
.title {
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
.title > div:nth-child(2) {
|
||||
flex: 1;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user