-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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
Make it non-responsive #732
Comments
I think you need to be more specific about what exactly you want to disable. "Right now when I do X, semantic-ui does Y. I want it to do Z instead". Disabling responsive designs could mean different things to different people. For example, what do you expect to happen when the browser shrinks horizontally and is too small to contain the nested elements? |
Nothing should happen. It should look exactly the same. |
If i want to reach things outside the browser i could scroll |
I don't ask anyone to permanently make it unresponsive. Just to give is a choice to shut it off |
If you stick semantic-ui components inside a non-responsive container then the nested components should behave as you asked. By non-responsive, I mean the container should have a fixed width/height. |
I agree that responsiveness as a buzz word is a bit ridiculous, but that being said, you cannot expect all designs to work at all sizes. Just like how a designer might make a highway billboard differently than a cereal box ad. It would be presumptuous to say one design is equally effective at all sizes. Most elements in Semantic UI require you to use a responsive variation to specify the type of responsiveness: for instance you can use The handful that are "out of the box" responsive, like |
This was closed, but I have the same issue. I can specify an example. I'm building a desktop app with electron (electron.atom.io). My App is small in size, and that size will never change. If I try to add some code like this:
It automaticly stacks up all images, because it thinks it is in "mobile" mode. But I want to display the items in that list as normal. Is there any way without messing around with semantic.css to handle this? thanks |
I've opened as a new issue #2901. Responsive first items should all include I still think however that elements that are expected to be responsive by default should be, and that non-responsive variations should be 'opt-in'. |
Where is this Hambern guy now? |
I've changed my mind :) |
I really like Semantic-UI and use it gladly. BUT... I have responsive web-development and I think it's a gimmick and will disappear in a few years. But still.. I like the look and feel of Semantic-UI. So, how do i kill the responsiveness?
The text was updated successfully, but these errors were encountered: