element-web/res/css
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
..
structures Merge pull request #2749 from jryans/auth-field 2019-03-06 11:18:24 +00:00
views Fix initial letter avatar vertical offset in Firefox 2019-03-14 17:50:03 +00:00
_common.scss Support stacking dialogs to prevent unmounting 2019-02-28 15:55:58 -07:00
_components.scss adds validation for fields. 2019-03-12 14:02:54 +00:00
rethemendex.sh retheming commentary 2018-04-17 16:55:32 +01:00