We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 01f0e61 commit af6bd53Copy full SHA for af6bd53
2 files changed
src/skins/vector/css/atoms/MemberAvatar.css
@@ -15,8 +15,7 @@ limitations under the License.
15
*/
16
17
.mx_MemberAvatar {
18
- /* commenting this out as it breaks on FF seemingly */
19
-/* position: relative; */
+ position: relative;
20
}
21
22
.mx_MemberAvatar_initial {
src/skins/vector/css/molecules/EventTile.css
@@ -27,6 +27,7 @@ limitations under the License.
27
margin-left: -73px;
28
margin-top: -4px;
29
float: left;
30
31
32
33
.mx_EventTile_avatar img {
0 commit comments