Compare commits

..

No commits in common. "b2a4887e2394e8a2e40b5f25c19788cc3155f01b" and "c322d6147a2ee7f59c59a565788b230a18f971ea" have entirely different histories.

View File

@ -275,18 +275,13 @@ input[type="text"], .chat-input textarea {
} }
.avatar { .avatar {
opacity: 0; opacity: 0;
max-height: 0;
overflow: hidden;
} }
.author { .author, .time {
display: none; display: none;
} }
&:not(:hover, :focus-within, :active) .time {
opacity: 0;
}
} }
.message.switch-user { .message.switch-user {
@ -298,7 +293,6 @@ input[type="text"], .chat-input textarea {
.avatar { .avatar {
user-select: none; user-select: none;
opacity: 1; opacity: 1;
max-height: unset;
} }
.author { .author {