responsive
Here are 2,522 public repositories matching this topic...
Issue type
I'm submitting a ... (check one with "x")
- [ X] bug report
- feature request
- question about the decisions made in the repository
Issue description
-
Updated
Oct 20, 2019 - JavaScript
Glad we have the tag, but would be even better if it could by default apply ‌ after the text. More about this hack here:
https://litmus.com/blog/the-little-known-preview-text-hack-you-may-want-to-use-in-every-email
-
Updated
Apr 28, 2020 - HTML
I am looking into variants and i feel like its a bit confusing which is the old api and which is the new one?
I feel like I should just be able to drop the variant function onto a component and give it scale="accents" and then if I pass variant="info" then it should look in the theme object for accents and pull the info key inside that yet it doesn't do that unless I write `variants: {
Bug Report
What is the expected behavior?
To wiki show the correct way to be used now.
What is the current behavior?
I updated to latest beta 24, and saw that $media got deprecated, but docs still shows the old way for listening for MediaChange (using it).
I couldn't find a way to get the asObservable from MediaObserver that is not from $media like it shows in changelog.
-
Updated
Jun 18, 2020 - JavaScript
Thanks for the nice examples of usage of this awesome tool on
https://github.com/marcj/css-element-queries and
https://marcj.github.io/css-element-queries/
Would be perfect to see two more examples/ documentation of best practise:
- change/switch of content when elements reaching a specific width
example for usecase: caption/legend of an image: short one for width<600px, long one for wi
-
Updated
Jan 30, 2020 - JavaScript
-
Updated
Dec 10, 2017 - JavaScript
-
Updated
Jun 10, 2020 - CSS
-
Updated
Jan 21, 2020 - CSS
-
Updated
May 14, 2020 - JavaScript
Configuring a custome dashboard, those properties don't work
self.children.append(modules.RecentActions(
_('Recent Actions'),
10,
draggable=False,
deletable=False,
collapsible=False,
column=0,
order=0
))
self.children.append(modules.LinkList(
_('Support'),
child
-
Updated
Jun 13, 2020 - HTML
-
Updated
Jun 17, 2020 - JavaScript
Steps to reproduce the behavior:
/
Expected behavior:
It would be nice to be able to change the footer text (currently hardcoded: {activeView} of {totalViews}) without replacing the whole Footer component.
https://github.com/jossmac/react-images/blob/89ba2786959e62fc91a639e09da4498bd79dd7c3/src/components/Footer.js#L112-L117
Actual behavior:
The only option to change the
-
Updated
Aug 6, 2019 - JavaScript
The closeButtonClickHandler calls exitFullScreen() even if the document was in fullscreen mode before baguette box was opened, and even if options.fullScreen is false.
This breaks websites & apps handling their own fullscreen mode:
When the website/app is in fullscreen mode, opening and then closing a baguetteBox will make the entire app exit fullscreen. This is breaking UX badly.
-
Updated
Oct 30, 2019 - JavaScript
- Sorry if this is not the right place to ask, I read through the documentation and could not find anything on Nuxt
- Searched nuxt.js subreddit no mention
- I am using Nuxt in SSR mode, how would you add this library to it? Could you kindly the documentation to add a small section in case it is simple so that in the future people wont ask the same question
Thank you for your time
-
Updated
Feb 20, 2019 - JavaScript
Hi there! I wanted to propose adding the following badge to the README to indicate how many TODO comments are in this codebase:
The badge links to tickgit.com which is a free service that indexes and displays TODO comments in public github r
-
Updated
Jun 6, 2020 - JavaScript
Improve this page
Add a description, image, and links to the responsive topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the responsive topic, visit your repo's landing page and select "manage topics."


Thanks for a great css library.
I spend 2 days for trying to understand why in my vue project leaflet.css file not loaded to my project in test environment while in dev it's OK.
Please add information warning to installation section about purgecss
Also will be good to add note how to add whitelist styles to purgecss