Giter Club home page Giter Club logo

ember-cli-tutorial-style's People

Contributors

camelcased avatar dnstld avatar ember-tomster avatar jenweber avatar omarkohl avatar toddjordan avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

ember-cli-tutorial-style's Issues

Listing Div Margin

Hello,
I'm currently doing an Ember Tutorial Guide and on page named Installing Addons, I have to install Your npm. Unfortunatelly It has weird margin on one of div's as You can see on photo from link under this. From developer settings on Chrome there isn't any margin, but on every browser It renders like it have. I also restarted my mac but it doens't change anything

here is an uploaded photo with problem : https://ibb.co/zbN9711 ( Grand old mansion has margin on right side )

CSS not correct for enlarging the image on click

I'm going through the Ember tutorial and my images are barely enlarging when I click them. Looks to me like the following rule in css:

.listing a.image {
    max-width: 150px;
    display: block;
}

should be:

.listing a.image:not(.wide) {
    max-width: 150px;
    display: block;
}

Contact route layout adjusts

Hello,
I've just finished the tutorial and I observed this problem with the interface. Can I fix it?
It's only necessary to add a display inline-block for the button and some margin for the address tag.

Before:
screen shot 2018-11-27 at 23 58 01

After
screen shot 2018-11-28 at 00 08 17

CSS - opacity property affects positioning - Chrome 57 (MacOS Sierra)

Just started going through the Guide and noticed after I installed this addon that there is a bug in how the logo is rendered in the menu. For some reason that I can't think of at the moment the opacity property seems to be affecting positioning of the text, see below.
opacity-bug

I only tested this in Chrome and Safari which the latter did not affect positioning.

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.