messages styling, add conversation dropdown, show tooltip on filters

This commit is contained in:
Tykayn 2025-08-18 18:14:22 +02:00 committed by tykayn
parent c3319a6e84
commit 0e9a0aa21e
39 changed files with 537 additions and 180 deletions

View file

@ -223,6 +223,34 @@
.conversation-container {
padding-left: 12px;
min-height: 90vh;
.actions {
position: relative;
top: 0;
right: 0;
background: white;
width: 30%;
float: right;
button {
background: transparent;
border: none;
display: none;
cursor: pointer;
&:hover {
background: variables.$primary-color;
color: white;
}
}
&:hover {
button {
display: block;
}
}
}
}
input {
@ -381,7 +409,7 @@
}
.main-conversation-container {
height: 100vh;
padding-top: 88px;
border-radius: 10px;