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:
@@ -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%;
|
||||
}
|
||||
|
Reference in New Issue
Block a user