mirror of
https://github.com/zulip/zulip.git
synced 2026-07-15 21:03:26 +08:00
twitter: Specify a width for the Twitter avatars.
This should make their size totally known to the DOM, which should prevent jumpiness when they load. (imported from commit 564d920014f5bc52c217adf54c2f5bab6ba625e0)
This commit is contained in:
parent
2f644f8439
commit
244b239828
@ -1049,6 +1049,7 @@ table.floating_recipient {
|
||||
|
||||
.twitter-avatar {
|
||||
float: left;
|
||||
width: 48px;
|
||||
height: 48px;
|
||||
padding-right: .75em;
|
||||
margin-right: .75em;
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user