Commit 5e1d4b6b authored by timel's avatar timel

optimize: chat2

parent 7efd4870
......@@ -21,8 +21,7 @@
background: hsla(0, 0%, 100%, 0.08);
color: hsla(0, 0%, 100%, 0.25);
cursor: not-allowed;
border: 1px solid hsla(0, 0%, 100%, 0.3);
border: none;
border-color: transparent;
&::before {
opacity: 0.1;
background: none;
......
......@@ -18,6 +18,10 @@
.dialogs {
position: absolute;
padding: 8px 0;
width: 100%;
display: flex;
flex-direction: column;
gap: 4px;
.item {
vertical-align: baseline;
.name {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment