generated from t/malachite
add: chat pins
This commit is contained in:
parent
9546c580e7
commit
82eafdadb3
21 changed files with 330 additions and 56 deletions
|
@ -116,6 +116,10 @@ article {
|
|||
height: 100%;
|
||||
}
|
||||
|
||||
.tabs {
|
||||
overflow: auto;
|
||||
}
|
||||
|
||||
.fadein {
|
||||
animation: fadein ease-in-out 1 0.5s forwards running;
|
||||
}
|
||||
|
@ -801,6 +805,7 @@ menu.col {
|
|||
background: var(--color-surface);
|
||||
color: var(--color-text);
|
||||
border-radius: var(--radius);
|
||||
min-height: 36px;
|
||||
}
|
||||
|
||||
.message.mine .body {
|
||||
|
@ -812,3 +817,8 @@ menu.col {
|
|||
.message:not(.mine) .body {
|
||||
border-bottom-left-radius: 0;
|
||||
}
|
||||
|
||||
.message:hover .dropdown.hidden,
|
||||
.message:focus .dropdown.hidden {
|
||||
display: flex !important;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue