Iceshrimp.NET/Iceshrimp.Frontend/Components/NoteFooter.razor.css
2024-06-19 01:56:50 +02:00

16 lines
No EOL
296 B
CSS

.note-footer{
margin-top: 0.5em;
}
.btn{
display: inline-flex;
align-items: center;
min-width: 2.5em;
height: 2em;
padding: 0.75em;
/*margin-right: 0.5em;*/
background-color: var(--foreground-color);
width: fit-content;
}
.like-count{
margin-left: 0.3em;
}