feat: reports page
This commit is contained in:
@@ -57,6 +57,7 @@
|
||||
</Navbar>
|
||||
|
||||
<main>
|
||||
<a href="/space/reports" class="checkReports">Check Reports</a>
|
||||
<div class="tag-filter-container">
|
||||
<form>
|
||||
<div class="tagDisplay">
|
||||
@@ -234,6 +235,17 @@
|
||||
.avaliableTag:last-child {
|
||||
padding-bottom: 0.6rem;
|
||||
}
|
||||
.checkReports {
|
||||
grid-column: 1 / -1;
|
||||
display: block;
|
||||
text-align: center;
|
||||
color: #ffeaea;
|
||||
font-size: 1.2rem;
|
||||
text-decoration: none;
|
||||
padding: 0.5rem;
|
||||
background-color: #bd4949;
|
||||
border-radius: 0.5rem;
|
||||
}
|
||||
|
||||
@media (max-width: 20rem) {
|
||||
main {
|
||||
|
||||
Reference in New Issue
Block a user