Added missing files

This commit is contained in:
mrfry 2020-11-28 16:49:52 +01:00
parent 4f12a18e28
commit db5aad0f8c
5 changed files with 253 additions and 0 deletions

View file

@ -0,0 +1,40 @@
.row {
display: flex;
border: 2px solid #99f;
border-radius: 2px;
padding: 5px;
margin: 6px 3px;
}
.row > div {
margin: 0px 5px;
}
.id {
flex: 0 20px;
margin: 0px 3px;
color: #999;
}
.description {
flex: 1;
word-break: normal;
font-size: 14px;
color: white;
}
.votes {
}
.voted {
border: 2px solid #cf9;
}
.catName {
display: flex;
}
.category {
word-break: break-all;
font-size: 10px;
}