1. Styling of quick reactions

This commit is contained in:
Tenzin Samten 2021-06-22 17:38:16 +05:30
parent 03f7759b6c
commit 33b0737955
5 changed files with 21 additions and 30 deletions

View file

@ -438,6 +438,7 @@ $admin-fg: white;
.avatar-operations-strut {
position: relative;
height: 0px;
z-index: 1;
}
@ -445,7 +446,7 @@ $admin-fg: white;
position: absolute;
width: fit-content;
background-color: white;
height: 40px;
height: 45px;
border-radius: 20px;
box-shadow: 4px 4px 8px #888888;
// &.incoming {
@ -457,6 +458,7 @@ $admin-fg: white;
// }
}
.avatar-operations {
position: absolute;
width: fit-content;
@ -881,7 +883,7 @@ $admin-fg: white;
left: 20%;
right: 20%;
background-color: #888888;
height: 50px;
height: 40px;
border-radius: 25px;
color: white;
text-align: center;
@ -897,4 +899,9 @@ $admin-fg: white;
opacity: 0.7;
}
}
}
}
.recent-emoji {
color:black;
}