mirror of
https://gitlab.com/MrFry/qmining-page
synced 2025-04-01 20:23:44 +02:00
merged master
This commit is contained in:
@@ -20,11 +20,12 @@
|
||||
}
|
||||
|
||||
.new {
|
||||
padding: 10px;
|
||||
text-align: center;
|
||||
border: 2px dashed var(--text-color);
|
||||
background-color: #191919;
|
||||
border-radius: 3px;
|
||||
cursor: pointer;
|
||||
margin: 8px;
|
||||
padding: 8px;
|
||||
}
|
||||
|
||||
.new:hover {
|
||||
|
@@ -60,8 +60,6 @@ export default function NewsEntry({
|
||||
onDelete={onDelete}
|
||||
comments={comments}
|
||||
/>
|
||||
<hr />
|
||||
<hr />
|
||||
</div>
|
||||
)
|
||||
}
|
||||
|
@@ -1,6 +1,5 @@
|
||||
.newsBody {
|
||||
margin: 0px 5px;
|
||||
font-size: 18px;
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
@@ -41,4 +40,6 @@
|
||||
|
||||
.newsRoot {
|
||||
background-color: #191919;
|
||||
margin: 8px;
|
||||
padding: 8px;
|
||||
}
|
||||
|
Reference in New Issue
Block a user