espterm / espterm-firmware

ESPTerm - ESP8266 terminal emulator. Branches: [master] patches, [work] next release
Mozilla Public License 2.0
127 stars 24 forks source link

blurry padding looks funny in corners #222

Closed MightyPork closed 7 years ago

MightyPork commented 7 years ago

screenshot_20170929_194918

cpsdqs commented 7 years ago

Yeeeah that's because those are two divs; I don't really know how one would go about making that one xD

MightyPork commented 7 years ago

it's not so bad without the blur tbh screenshot_20170929_200332

cpsdqs commented 7 years ago

feel free to remove the backdrop-filter without the -webkit- prefix then

MightyPork commented 7 years ago

do you think they could be bevelled like this? (idk how to do that) screenshot_20170929_200533

cpsdqs commented 7 years ago

Yes. It would be the hack of the century. But not the worst hack in this project :P

cpsdqs commented 7 years ago

nevermind it doesn't work

MightyPork commented 7 years ago

aww

cpsdqs commented 7 years ago

okay I did make one that works https://codepen.io/anon/pen/MEoGYP but only in Safari .-.

MightyPork commented 7 years ago

i had high hopes for that thick border hack but it blurs even under transparent :c

MightyPork commented 7 years ago

chrome blurs even outside clip-path? wtf