element-hq / element-web

A glossy Matrix collaboration client for the web.
https://element.io
GNU Affero General Public License v3.0
11.2k stars 2k forks source link

ErrorView design is inconsistent with rest of app #13619

Open ara4n opened 4 years ago

ara4n commented 4 years ago

Why is it using different fonts (Roboto rather than Nunito Sans?) cc @nadonomy

Why are using CSS prefixing (when SCSS should expand this for us)?

.mx_ErrorView {
    background: #c5e0f7;
    background: -moz-linear-gradient(top, #c5e0f7 0%, #ffffff 100%);
    background: -webkit-linear-gradient(top, #c5e0f7 0%, #ffffff 100%);
    background: linear-gradient(to bottom, #c5e0f7 0%, #ffffff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c5e0f7', endColorstr='#ffffff',GradientType=0 );
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
t3chguy commented 4 years ago

Good point re prefixing, the CSS is pretty much just copied from Nad's design.

turt2live commented 4 years ago

worth noting that this survived the rebrand as still a bug