Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Apple width CSS breakpoints #10866

Closed
Roosso opened this issue Sep 30, 2013 · 10 comments
Closed

Apple width CSS breakpoints #10866

Roosso opened this issue Sep 30, 2013 · 10 comments
Labels

Comments

@Roosso
Copy link

Roosso commented Sep 30, 2013

Please extended CSS

  1. add styles for a.text-warning:hover, a.text-danger:hover and more hover style text.
  2. please add media screen style for .container
 @media (min-width: 1575px) {
    .container {min-width: 1575px;}
 }

 @media (min-width: 1895px) {
    .container {min-width: 1895px;}
 }

apple users cry for used sites on bootstrap (:

  1. check padding badges and labels in tables

PS Sorry for my english.
It is not my primary language.

@cvrebert
Copy link
Collaborator

Please file a separate issue for (3) that includes a live example (e.g. JSFiddle, JS Bin) of the problem.

@cvrebert
Copy link
Collaborator

Please explain (2) in greater detail. But note that we can't make such changes until Bootstrap v4 anyway, due to backward compatibility requirements.

@cvrebert
Copy link
Collaborator

(In general, several unrelated requests/bugs should not be reported in a single issue. Open multiple separate issues instead.)

@cvrebert
Copy link
Collaborator

Regarding (1), there are already :hover styles for the .text-*classes (see https://github.com/twbs/bootstrap/blob/master/less/type.less#L46 ), so please explain your request in greater detail.

@Roosso
Copy link
Author

Roosso commented Sep 30, 2013

2 - On HD (or more HD) monitors all content looks poor in center screen, maybe rely on users of large screens with high resolution

1 - I'm noy used less, and one million users not use less
what to do?

@Roosso
Copy link
Author

Roosso commented Sep 30, 2013

and... not style input:focus:invalid =(
I miss him

@cvrebert
Copy link
Collaborator

See #8093 regarding :invalid

@cvrebert
Copy link
Collaborator

1 - I'm noy used less, and one million users not use less

The CSS is compiled from the LESS, so they have the same styles (it's just expressed a bit differently).

@cvrebert
Copy link
Collaborator

I'll leave this open for mdo to give his thoughts/response.
Keep in mind that there are limits to how many screen sizes we can specifically accommodate and how much we'll any specific vendor into account.

@Roosso
Copy link
Author

Roosso commented Sep 30, 2013

thanks for answer
not any questions (currently)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants