mirror of
https://gitlab.com/MrFry/qmining-page
synced 2025-04-01 20:23:44 +02:00
Sidebar item rename / size change
This commit is contained in:
parent
b3df22417b
commit
ea097239bd
3 changed files with 5 additions and 5 deletions
|
@ -66,7 +66,7 @@
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
|
|
||||||
width: 150px;
|
width: 180px;
|
||||||
position: fixed;
|
position: fixed;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
overflow: auto;
|
overflow: auto;
|
||||||
|
@ -88,7 +88,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.content {
|
.content {
|
||||||
margin-left: 150px;
|
margin-left: 180px;
|
||||||
margin-top: 45px;
|
margin-top: 45px;
|
||||||
padding: 1px 7px;
|
padding: 1px 7px;
|
||||||
|
|
||||||
|
|
|
@ -13,7 +13,7 @@
|
||||||
},
|
},
|
||||||
"userfiles": {
|
"userfiles": {
|
||||||
"href": "/userfiles",
|
"href": "/userfiles",
|
||||||
"text": "Tanulás segédanyagok"
|
"text": "ZH-k/Vizsgák, segédanyagok"
|
||||||
},
|
},
|
||||||
"faq": {
|
"faq": {
|
||||||
"href": "/faq",
|
"href": "/faq",
|
||||||
|
|
|
@ -456,10 +456,10 @@ export default function UserFiles({
|
||||||
return (
|
return (
|
||||||
<div>
|
<div>
|
||||||
<Head>
|
<Head>
|
||||||
<title>Tanulás segédanyagok - Qmining | Frylabs.net</title>
|
<title>ZH-k/Vizsgák, segédanyagok - Qmining | Frylabs.net</title>
|
||||||
</Head>
|
</Head>
|
||||||
<div className="pageHeader">
|
<div className="pageHeader">
|
||||||
<h1>Tanulás segédanyagok</h1>
|
<h1>ZH-k/Vizsgák, segédanyagok</h1>
|
||||||
</div>
|
</div>
|
||||||
{!currDir && (
|
{!currDir && (
|
||||||
<div className={styles.description}>
|
<div className={styles.description}>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue