mirror of
https://gitlab.com/MrFry/qmining-page
synced 2025-04-01 20:23:44 +02:00
Minor style fixes
This commit is contained in:
parent
1a02ae2e98
commit
e46e2d2370
2 changed files with 5 additions and 1 deletions
|
@ -14,7 +14,7 @@ export default function Sidebar(props) {
|
|||
>
|
||||
{'>'}
|
||||
</div>
|
||||
<div>{props.children}</div>
|
||||
<div className={styles.content}>{props.children}</div>
|
||||
</div>
|
||||
)
|
||||
}
|
||||
|
|
|
@ -23,3 +23,7 @@
|
|||
.closeBorder:hover {
|
||||
background-color: #333;
|
||||
}
|
||||
|
||||
.content {
|
||||
width: 100%;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue