Style channel message operations (edit & pin/unpin)

This commit is contained in:
N-Pex 2024-10-16 15:33:35 +02:00
parent ca777a83be
commit d3ffc3d15b
5 changed files with 74 additions and 21 deletions

View file

@ -127,4 +127,16 @@
.messageIn.from-admin.pinned {
background-color: #f8f8f8;
}
.message-operations {
position: absolute;
width: fit-content;
background-color: white;
height: fit-content;
border-radius: 8px;
box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.15);
white-space: nowrap;
}
}