Bottom padding
See original GitHub issueCould you please publish changes to npm? The current 1.0.0
has bottom padding for the elements except slider bar, so it goes bellow the arrows (I guess it is because I don’t use DockMonitor). It is fixed here, but not released yet.
Issue Analytics
- State:
- Created 8 years ago
- Comments:7 (7 by maintainers)
Top Results From Across the Web
padding-bottom - CSS: Cascading Style Sheets | MDN
The padding-bottom CSS property sets the height of the padding area on the bottom of an element.
Read more >CSS Padding - W3Schools
With CSS, you have full control over the padding. There are properties for setting the padding for each side of an element (top,...
Read more >CSS padding-bottom Property - GeeksforGeeks
An element's padding is the space between its content and its border. The padding-bottom CSS property is used to set the height of...
Read more >padding-bottom - Codrops
The padding-bottom property is used to specify the width of the bottom area of the element's padding box. That is, it specifies the...
Read more >CSS Property: padding-bottom - HTML Dog
The bottom padding of a box, inside the bottom margin and border areas, and outside the bottom of content area. The bottom padding,...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
No, I meant the one in this repo 😉 I much prefer the new slider’s handle.
The problem is that, due to using of
maxAge
, we don’t have the real index and count of actions. We can show only the correct action id, though it’s ambiguous, as the total number of actions we can time travel is not the same as the number of dispatched actions.We have an option to see the slider value, but for our case we could show action id just in the parenthesis near the action type.
If you meant the new slider, feel free to amend the css styles and send a pr, I don’t see any issues with the handler there.