Code Monkey home page Code Monkey logo

Comments (4)

johnpapa avatar johnpapa commented on August 11, 2024

Thanks. I added a fix to the CSS and LESS files (but not the min files yet). Please try test them out from github here and if they work I'll make the rest of the changes and put them in v1.2.3

See commit 35184ca

from toastr.

aspartame avatar aspartame commented on August 11, 2024

Thanks for the quick response!

Unfortunately the fix doesn't work with small screens (I'm doing mobile web). It seems like the padding on the outer div (.toast) is not taken into account by the text div. Adding a right margin on the inner div seems to work, although it breaks the responsive design by not adjusting the margin for smaller screens.

Not sure if a good solution though, I'm not that great with css.

// overrides
    &.toast-top-full-width > div,
    &.toast-bottom-full-width > div {
        width: 100%;
        margin: auto;

        > div {
            margin-right: 65px;
        }
    }

from toastr.

johnpapa avatar johnpapa commented on August 11, 2024

I'm asking Hans to take a look.

from toastr.

hfjallemark avatar hfjallemark commented on August 11, 2024

I added box-sizing: border-box to all toastr elements to eliminate such problems.

Pushed to http://codeseven.github.io/toastr so test it out. Changes can be seen in 4bb44db.

from toastr.

Related Issues (20)

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.