UI updates

This commit is contained in:
N-Pex 2020-12-14 16:11:45 +01:00
parent 3dc1fa3567
commit 24b72cab1e
9 changed files with 193 additions and 58 deletions

View file

@ -120,6 +120,21 @@ $chat-text-size: 0.7pt;
}
}
}
.op-button {
position:absolute;
right:-30px;
top:0;
.v-icon {
color: #cccccc;
&:hover {
color: #888888;
}
}
}
.messageOut .op-button {
right:70%;
}
}
.messageJoin {
@ -139,6 +154,9 @@ $chat-text-size: 0.7pt;
border-radius: 10px 10px 0 10px;
padding: 8px;
}
.audio-bubble {
overflow: scroll;
}
.bubble.image-bubble {
padding: 0px;
overflow: hidden;
@ -179,6 +197,7 @@ $chat-text-size: 0.7pt;
}
.audio-bubble {
margin-left: 40px;
overflow: scroll;
}
.bubble.image-bubble {
padding: 0px;
@ -248,14 +267,21 @@ $chat-text-size: 0.7pt;
margin: 20px;
}
.messageOperations {
.message-operations-strut {
position: relative;
height: 0px;
z-index: 1;
}
.message-operations {
position: absolute;
bottom: 10px;
width: auto;
background-color: #ffe2e2;
&.incoming {
left: -20px;
right: 30%;
}
&.outgoing {
right: 20px;
left: 30%;
}
}