gkz / LiveScript

LiveScript is a language which compiles to JavaScript. It has a straightforward mapping to JavaScript and allows you to write expressive code devoid of repetitive boilerplate. While LiveScript adds many features to assist in functional style programming, it also has many improvements for object oriented and imperative programming.
http://livescript.net
MIT License
2.31k stars 155 forks source link

Main site go full screen mode broken #694

Open ovasylenko opened 9 years ago

ovasylenko commented 9 years ago

On the livescript.net, few months button 'go fullscreen'(livescript-javascript panel) is broken.

gabeio commented 9 years ago

I just tested it right now works for me (os x chrome) ... add-on blocking it maybe?


what browser are you using? (might be browser specific issue)

Delapouite commented 9 years ago

No problem for me on Firefox.

ovasylenko commented 9 years ago

os x chrome the same tested os x firefox

also tested on windows chrome and few different mac, at leasts 3 different people. No extensions installed.

P.S. safari and ie also does have the same problem.

@media (max-width: 1500px) .row-fluid>.span4.compiler { width: 26.623931624%; }

overrides

.site.fullscreen-compiler .compiler { width: 100%; }

gabeio commented 9 years ago

ah it's size specific... width < 1500px... related to #650