Added user file vote

This commit is contained in:
mrfry 2021-05-04 17:59:54 +02:00
parent 9ef2c10af1
commit d3f45e62f5
4 changed files with 207 additions and 23 deletions

View file

@ -0,0 +1,26 @@
.container {
display: flex;
align-items: center;
padding: 3px;
}
.container > div {
display: flex;
align-items: center;
}
.container > div > * {
padding: 3px;
}
.action {
border-radius: 3px;
}
.action:hover {
background-color: #555;
}
.voted {
color: var(--text-color);
}