Coder Social home page Coder Social logo

cssdevices's People

Contributors

christianhatch avatar stuyam avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

cssdevices's Issues

PSA: How to disable the "Fill Screen" Feature

Stuart - You are a genius! CSSDevices rocks! If you'd like, I am happy to build a separate class for this and make a pull request. Let me know. Also, if there is a better solution please let me & the community know. Again ... I think CSSDevices is pure genius. Well done.

All - I spent a few hours figuring out how to disable the "Fill Screen" issue. Thought I would share it with others. Pretty simple fix once I found it. Currently line 545 of the devices.css file. Simply change the fields as shown below. Hope this proves helpful.

.cd-screen > * { display: inline-block; /* originally was "none" */ position: static; /* originally was "absolute" */ /*top: 0; left: 0; right: 0; bottom: 0; width: 100%; height: 100%;*/ color: white; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; -o-user-select: none; user-select: none; -webkit-user-drag: none; -moz-user-drag: none; user-drag: none; }

Watches on Mobile Safari

The CSS watches are very messed up on mobile safari. As well as the z-indexing of the watch bands on desktop safari. There is a bunch to look into this issue.

Browser overflows over below content

The default way that the browser works needs to change.

Should it scroll by default?
Should is show all by default?
How does showing all really work?

Strange behaviors of cd-fill-parent and font-size

First, cd-fill-parent only fills properly if you also include a style with font-size:100% and second the size seems to be inversely proportional to font-size as is shown by the following: (Click the edit pencil to see the html)

which produces:

screen shot 2015-01-23 at 3 18 00 am

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.