Added icons and formatted with prettier

This commit is contained in:
t1enne
2022-05-22 14:27:06 +02:00
parent 0ddeb5dfb8
commit 6a0d0970d6
3 changed files with 17 additions and 17 deletions

View File

@@ -22,11 +22,16 @@
.emojiButton {
border: none;
margin-right: 5px;
background: none;
cursor: pointer;
padding: 0 1rem;
position: absolute;
right: 0px;
top: 50%;
transform: translateY(-50%);
svg {
fill: var(--color-owncast-gray-300);
}
}
.submitButtonWrapper {