Plyr: buttons in Framework7 (and possibly other frameworks)

Created on 29 Apr 2018  路  4Comments  路  Source: sampotts/plyr

Over in the vue-plyr issues, someone brought up that they were using Framework7, and the buttons were stretching out, which looks to be due to a global button style in the F7 css. Would it make sense to add:

button {
        font: inherit;
        line-height: inherit;
        width: inherit;  /*this is the added line*/
    }

to the plyr base.scss to make sure this isn't an issue? I can generate a PR if so.
The issue with a screenshot is here: https://github.com/redxtech/vue-plyr/issues/15

Improvement

All 4 comments

I can add width: auto as that seems more logical to me as a reset?

works for me...thanks!

Will add to the next release (probably later today)

This should be resolved in v3.3.0 馃憤

Was this page helpful?
0 / 5 - 0 ratings

Related issues

thang-nm picture thang-nm  路  4Comments

ahmadshc picture ahmadshc  路  3Comments

ahmadshc picture ahmadshc  路  4Comments

MTyson picture MTyson  路  3Comments

Antonio-Laguna picture Antonio-Laguna  路  3Comments