chinchang / web-maker

A blazing fast & offline frontend playground
https://webmaker.app
MIT License
2.55k stars 314 forks source link

(v5) fix top header buttons #500

Closed arnabsen1729 closed 2 years ago

arnabsen1729 commented 2 years ago

Fixes: #498

The style sheets are already included in the src/index.html so we can remove the imports in the index.js

https://github.com/chinchang/web-maker/blob/887cc68943f2cbc7b4d1e603769e3701ea0c78d1/src/index.html#L34-L41

Currently, the master branch doesn't include those in the src/index.js file:

https://github.com/chinchang/web-maker/blob/887cc68943f2cbc7b4d1e603769e3701ea0c78d1/src/index.js#L1-L3

Before: image

After: image

arnabsen1729 commented 2 years ago

Closing this cause it was solved in https://github.com/chinchang/web-maker/pull/501