Quantcast
Channel: User Syden - Stack Overflow
Browsing all 39 articles
Browse latest View live

Comment by Syden on JS Event Listener on Dynamic Buttons

Thanks, consider also sharing fiddle for future reference, but +10 for your time.

View Article



Comment by Syden on JS Event Listener on Dynamic Buttons

Thanks Matus, this approach is appreciated as it would be more efficient.

View Article

Comment by Syden on JS Event Listener on Dynamic Buttons

Yes thanks for the observation Stefan, just noticed that as well.

View Article

Comment by Syden on Bootstrap 4 tooltip arrow shadow styling

bhmahlet, would you mind providing me examples for top, left and bottom placements? I've tried tweaking your right placement example for the others but no luck. Here's an updated fiddle...

View Article

Comment by Syden on How to open the iTerm in the sublime text 3?

@alper ok great! just checking if I could help, I have it working exactly as stated above, thanks.

View Article


Comment by Syden on Sublime Text 4 Terminus - Multi Session Terminal...

Thanks Ashwin. I guess OdatNurd's video reply doesn't really work then, kinda makes sense why he didn't showcase it afterall. Going through the github thread, I see the request is mainly multiple tabs...

View Article

Comment by Syden on Sublime Text 4 Terminus - Multi Session Terminal...

Thanks Odat, not exactly what I'm looking for but I appreciate the reply. I've tried the suggestion above but either one gets overridden when the next key binding is used, always having 1 same panel....

View Article

Comment by Syden on Sublime Text 4 - How To Setup LSP-eslint

Thanks for the reply Matt, long live dads! I actually went through it (readme) and from what I gathered it should be working out of the box upon installation as lsp-css did (?). Also, I wonder the...

View Article


Comment by Syden on CSS Grid item overflow if container height is full height

Actually it's just a way to treat all boxes content consistently, this kind of setting usually comes also with frameworks/tools like bootstrap, normalize, material, etc. Since this snippet has no...

View Article


Comment by Syden on Why I can't show a div?

Visible is not a valid option

View Article

Comment by Syden on SVG box-shadow shows cut on hover in Safari

thanks for the suggestion, however, in the real scenario the svg already does have margin and the issue persists. Seems like Safari being Safari.

View Article

Comment by Syden on SVG box-shadow shows cut on hover in Safari

Thanks for the suggestion MIchael. Unfortunately, the parent div contains other sibling elements to the icon, so not feasible. The odd thing is, when you toggle hover via dev tools, it shows fine, so...

View Article

Comment by Syden on Sublime Text 4 MDX Color Syntax Package

Thanks. Actually I'm using Monokai Pro, just tried with Mariana to double check and the colors are off in the exact same places as with Monokai. Will try re-installing Sublime & packages from...

View Article


Image may be NSFW.
Clik here to view.

Answer by Syden for Bootstrap 4 SCSS compilation: Error: Invalid US-ASCII...

After going through it in detail seems to be the - character on top comments ("iOS-an issue..").One can replace it for their own - character and should compile fine (or just add @charset: 'UTF-8'; at...

View Article

Answer by Syden for In React how to import only needed Bootstrap styles....

You can do the following which should include all the necessary modules to compile just the grid:import bootstrapGrid from 'bootstrap/scss/bootstrap-grid.scss';Or, include variables first & all...

View Article


Answer by Syden for Remove gap between bootstrap navbar and content

You have to use more specific selectors than the ones used by the framework. E.g. for .navbar use nav.navbarEDIT: In your case, .bg-dark class is overriding the red background, remove it from...

View Article

Image may be NSFW.
Clik here to view.

Answer by Syden for How to vertically center pseudo element on transform...

You could also add bottom: 0.20em on .close >.x-button::before,.close >.x-button::afterto fix it on all browsers.Why .20em? .25em is half the icon's dimension and .5em is half the top and bottom...

View Article


Answer by Syden for HTML with separate stylesheet changes Webpage appearance

Remove <style> </style> tags from your external CSS file:Snippet:* { box-sizing: border-box; max-width: 100%; max-height: 100%; margin: 10px auto;}.container1 { position: relative;...

View Article

Answer by Syden for Flexbox and the annoying scrollbar

As much as I love flexbox, not sure I would go with it for something like this, considering the navigation would need a fixed behavior and the content would be displayed in a centered box, here's how...

View Article

Answer by Syden for Up to three divs inline, left allways present with text...

EDIT based on comment.jQuery solution.$(document).ready(function() { $('#myTable td').each(function() { var $fixed1 = $(this).children().hasClass('fixed1'); var $fixed2 =...

View Article
Browsing all 39 articles
Browse latest View live




Latest Images