element-web-Github/res/css/views
J. Ryan Stinnett 990d6dec15 Fix initial letter avatar vertical offset in Firefox
In at least Firefox, the case of relative positioned inline elements (such as
mx_BaseAvatar) with absolute positioned children (such as mx_BaseAvatar_initial)
is a dark corner full of spider webs. It will give different results during full
reflow of the page vs. incremental reflow of small portions. While that's surely
a browser bug, we can avoid it by using `inline-block` instead of the default
`inline`.

Fixes https://github.com/vector-im/riot-web/issues/5594
Might help with https://github.com/vector-im/riot-web/issues/9088

See also https://bugzilla.mozilla.org/show_bug.cgi?id=1535053 and
https://bugzilla.mozilla.org/show_bug.cgi?id=255139 for more details on browser
behavior in this case.
2019-03-14 17:50:03 +00:00
..
auth Redesign country dropdown to fit redesign 2019-03-08 10:03:50 +00:00
avatars Fix initial letter avatar vertical offset in Firefox 2019-03-14 17:50:03 +00:00
context_menus Support linking to hosting providers 2019-03-05 16:12:02 +00:00
dialogs Rename Feather icon directory to feather-customised 2019-02-27 10:42:10 +00:00
directory room directory makeover 2019-01-29 15:34:58 +01:00
elements Reorganize field validity styles 2019-03-12 14:02:54 +00:00
globals Warning bar for MAU limit hit 2018-08-07 17:04:37 +01:00
groups Condense CSS rules and use box-sizing instead of math 2019-01-28 20:26:03 -07:00
messages Use a mask for the continuation icon 2019-03-01 15:59:19 -07:00
room_settings Remove old user and room settings 2019-02-04 13:40:21 -07:00
rooms Merge pull request #2780 from jryans/auth-validation 2019-03-14 10:19:21 +00:00
settings Ability to bulk accept all invites 2019-03-06 14:06:53 +00:00
verification Change SAS to decimal / emoji 2019-02-08 14:57:36 +00:00
voip move components' CSS to be in the same repo as their JS 2018-04-12 00:23:58 +01:00