Show feedback creation date alongside username

This commit is contained in:
Maximilian Grundke
2017-11-20 14:45:42 +01:00
parent 282059c3f6
commit 2dcaf9d155
2 changed files with 15 additions and 3 deletions

View File

@@ -95,6 +95,17 @@ a.file-heading {
left: 0;
}
.feedback-header {
display: flex;
.username {
flex-grow: 1;
font-weight: bold;
}
.date {}
}
.feedback {
.text {
margin-bottom: 10px;