Made shared events more obvious.
This commit is contained in:
parent
c498349c35
commit
84a6cf6c96
3 changed files with 16 additions and 7 deletions
|
@ -231,8 +231,6 @@ button.nav > img.icon {
|
|||
flex-direction: column-reverse;
|
||||
}
|
||||
.event {
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
padding: 15px;
|
||||
transition: background-color 0.2s linear;
|
||||
}
|
||||
|
@ -328,7 +326,12 @@ button.nav > img.icon {
|
|||
border-top: 1px solid var(--clrBorder);
|
||||
}
|
||||
|
||||
.timestamp, .replying-to, .shared-by {
|
||||
.shared-by {
|
||||
font-size: var(--fsReduced);
|
||||
color: var(--clrTextLight);
|
||||
margin-bottom: 15px;
|
||||
}
|
||||
.timestamp, .replying-to {
|
||||
font-size: var(--fsSmall);
|
||||
color: var(--clrTextLight);
|
||||
}
|
||||
|
@ -586,6 +589,7 @@ code {
|
|||
}
|
||||
.event.dm {
|
||||
padding-bottom: 0;
|
||||
display: flex;
|
||||
}
|
||||
.event.dm:hover {
|
||||
background: transparent;
|
||||
|
|
|
@ -1,3 +1,6 @@
|
|||
.flex {
|
||||
display: flex;
|
||||
}
|
||||
.flex-fill {
|
||||
flex: auto;
|
||||
}
|
||||
|
@ -80,9 +83,6 @@ img.icon.small {
|
|||
border-radius: 12px;
|
||||
color: var(--clrTextEvMsg);
|
||||
}
|
||||
.flex {
|
||||
display: flex;
|
||||
}
|
||||
|
||||
/* Icon */
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue