mirror of
https://github.com/SchildiChat/element-web.git
synced 2024-10-01 01:26:12 -04:00
Some CSS tidy-up, and fix for readAvatars when the message is not classed as a continuation, but is an info message
This commit is contained in:
parent
29759ca71e
commit
5005675561
@ -78,21 +78,10 @@ limitations under the License.
|
||||
/* ideally should be 100px, but 95px gives us a max thumbnail size of 800x600, which is nice */
|
||||
margin-right: 110px;
|
||||
padding-left: 65px; /* left gutter */
|
||||
/*
|
||||
padding-top: 5px;
|
||||
padding-bottom: 7px;
|
||||
*/
|
||||
border-radius: 4px;
|
||||
line-height: 30px;
|
||||
}
|
||||
|
||||
.mx_EventTile_info .mx_EventTile_contentContainer {
|
||||
display: inline-block;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
border: 0;
|
||||
}
|
||||
|
||||
/* HACK to override line-height which is already marked important elsewhere */
|
||||
.mx_EventTile_bigEmoji.mx_EventTile_bigEmoji {
|
||||
font-size: 48px ! important;
|
||||
@ -198,7 +187,9 @@ limitations under the License.
|
||||
top: 28px;
|
||||
}
|
||||
|
||||
.mx_EventTile_continuation .mx_EventTile_readAvatars {
|
||||
.mx_EventTile_continuation .mx_EventTile_readAvatars,
|
||||
.mx_EventTile_info .mx_EventTile_readAvatars
|
||||
{
|
||||
top: 7px;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user