Iceshrimp.NET/Iceshrimp.Frontend/Components/Note/NoteFooter.razor.css

44 lines
No EOL
573 B
CSS

.note-footer {
margin-top: 0.5em;
}
.reactions {
margin-bottom: 0.5em;
}
.btn {
display: inline-flex;
align-items: center;
min-width: 2.5em;
height: 2em;
padding: 0.75em;
background-color: var(--foreground-color);
width: fit-content;
}
.like-count {
margin-left: 0.5em;
}
.reply-count {
margin-left: 0.5em;
}
.renote-count {
margin-left: 0.5em;
}
.positioned {
position: relative;
top: 0;
}
.disabled {
cursor: not-allowed;
}
::deep {
.faded {
cursor: not-allowed;
opacity: 50%;
}
}