mirror of
https://github.com/Xevion/runnerspace.git
synced 2025-12-15 02:13:03 -06:00
Add statistics to front page
This commit is contained in:
@@ -278,7 +278,7 @@ form {
|
||||
border-radius: 3px;
|
||||
padding: 1.5em;
|
||||
padding-bottom: 0.8em;
|
||||
margin: 0.45em;
|
||||
margin: 0.45em;
|
||||
|
||||
.post-author {
|
||||
margin-top: 1em;
|
||||
@@ -305,6 +305,7 @@ form {
|
||||
|
||||
&.add-comment {
|
||||
border: 0;
|
||||
|
||||
button {
|
||||
margin-left: 0.8em;
|
||||
width: fit-content;
|
||||
@@ -320,3 +321,20 @@ form {
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.new-users, .statistics {
|
||||
> div {
|
||||
border: 1px solid grey;
|
||||
padding: 0.2em;
|
||||
width: fit-content;
|
||||
padding-right: 1.2em;
|
||||
a {
|
||||
text-decoration: none;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.statistics > div {
|
||||
min-height: 235px;
|
||||
margin: 1em;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user