some fixes towards how conversations appear

This commit is contained in:
Henry Jameson 2017-11-13 01:26:43 +03:00
parent 6a44d1c9ac
commit 46765d5c1a
3 changed files with 15 additions and 6 deletions

View file

@ -129,6 +129,8 @@
word-break: break-word;
border-left-width: 0px;
line-height: 18px;
border-bottom: 1px solid;
border-bottom-color: inherit;
.notify {
.avatar {
@ -280,12 +282,19 @@
.status {
padding: 0.4em 0.7em 0.45em 0.7em;
border-bottom: 1px solid;
border-bottom-color: inherit;
border-left: 4px rgba(255, 48, 16, 0.65);
border-left-style: inherit;
}
.status-conversation:last-child {
border-bottom: none;
}
.timeline .panel.timeline {
border-radius: 10px;
overflow: hidden;
}
.muted {
padding: 0.1em 0.4em 0.1em 0.8em;
button {