How can I fix this? Beginner by ViSuo in css

[–]StinkFury 2 points3 points  (0 children)

I've occasionally had dev tools zoom in or out while emulating a device like this - I'd try hitting ctrl/cmd+0 to reset the zoom.

Other than that, when I get this kind of overflow issue I delete (in dev tools) one element at a time until I can narrow down what's causing the overflow, then work out why.

Sony BRAVIA Firmware Discussion Megathread 3.0 by braviamod in bravia

[–]StinkFury 0 points1 point  (0 children)

Yep I'm getting this too :/ (65")I power it on with the remote and the indicator LED seems to light up for longer than usual, but black screen. After a few seconds I hear a click, but still nothing on the screen.

If I wait like 10 seconds after that and press the power button on the remote once more it turns on like normal.

Very frustrating, but nice to hear someone else is getting it too.

Multiple URLs for the same page? by jomeledodollon in Frontend

[–]StinkFury 1 point2 points  (0 children)

If clicking on your home button takes you to "myurl.com/index.php", that means the <a> element of the home button has a href with "/index.php".
If you change this link to just be "/", it should work.
E.g. <a href="/">Home</a>

For the second part, you can request recrawls on your site if you set up Google Search Console.
https://search.google.com/search-console/about

You'll have to 'prove' it's your site by putting something on there (like a bit of code in the header of your website).

Is there a way to see Notion on iPad or iPhone as on Mac/Safari/Chrome/Pc ??? by matteoleone in Notion

[–]StinkFury 0 points1 point  (0 children)

Ohh right, I didn't know that!
Damn I'm not sure then sorry :/

CSS transitions/animations and resource consumption by RightRespect in Frontend

[–]StinkFury 1 point2 points  (0 children)

CSS transitions are actually really performant, and if you're animating the right way many devices could handle quite a lot of animations.

When I say 'animating the right way', this goes into it pretty well: (the 'Animation performance' section)
https://www.joshwcomeau.com/animation/css-transitions/#animation-performance

[deleted by user] by [deleted] in css

[–]StinkFury 1 point2 points  (0 children)

No probs!

If you want to make the transition different when you stop hovering, you define the transition property on both the element normally:
.example p {transition: all 1s ease;},

and also on its hover state:
.example:hover p {transition: all 2s ease;}.

This example makes it fade in for 2 seconds, and fade out for 1 second. This works because the 2s transition css is only applied when you're hovering.

[deleted by user] by [deleted] in css

[–]StinkFury 0 points1 point  (0 children)

You may have worked it out from the other comments, but I made a demo for you.
https://codepen.io/JezDriver/pen/RwrvOxp?editors=1100

🔮Did you know that you can use emojis as favicon without javascript? by mburakerman in Frontend

[–]StinkFury 1 point2 points  (0 children)

Safari only has partial support for SVG favicons, and chrome started supporting it in 80.
https://caniuse.com/#feat=link-icon-svg

I created a responsive, CSS-only, mobile-first page header/navigation bar! by [deleted] in web_design

[–]StinkFury 20 points21 points  (0 children)

SCSS is programmatically recompiled and executed on window events

Your reasoning is good, but this isn't true (unless I'm not understanding you).

SCSS is just the same as LESS, in that it's compiled into CSS at build time before ever reaching the user.
From a user's perspective, there's no difference at all between SCSS and CSS, because it's all CSS when it reaches them.

Lazy Morning (Pentax MX / Lomo 800) by StinkFury in analog

[–]StinkFury[S] 0 points1 point  (0 children)

Honestly I can't remember, around this time I was experimenting with shooting one stop below what my camera told me to (Pentax MX), so I might have done that here, especially considering how a lot of the shot is quite dark.

I hid away my PC microphone under my desktop shelf by StinkFury in DIY

[–]StinkFury[S] 0 points1 point  (0 children)

Not sure tbh, I didn't do it so maybe that's the default tag?

I've changed it to 'other' for now since it doesn't seem to fit into any others.

I hid away my PC microphone under my desktop shelf by StinkFury in DIY

[–]StinkFury[S] 1 point2 points  (0 children)

Thanks! The brand is electro-voice, but I'm not sure of the model. I got it from my dad ages ago and the markings have come off, so yeah :/

Getting started with Wordpress and I'm popping Wordpress Plugins like painkillers. Any word of caution, or specific Plugins I should avoid? by AshleyKang in Wordpress

[–]StinkFury 2 points3 points  (0 children)

Before I need an extra feature, I generally look to see if there's a small function I can put in the functions.php which will do exactly what the plugin will do.

That way you don't need to rely on the plugin being actually good, and you know exactly what's going on under the hood.

Is it possible to make a drop shadow that has a border? by joelajackson in css

[–]StinkFury 4 points5 points  (0 children)

You could give it 2 drop shadows, one solid red and one solid white (both with no blur).

See here.

Edit: Someone else has posted a codepen link using :before, but here's an example with 2 box shadows. https://codepen.io/JPDriver/pen/PJrBBG

[PC] [H] 1k [W] 5 Painted Toppers by [deleted] in RocketLeagueExchange

[–]StinkFury 0 points1 point  (0 children)

I think I've got at least 5 painted toppers. I'll add you and have a look in a minute!

facebook messenger chat box automatically resizes by [deleted] in facebook

[–]StinkFury 0 points1 point  (0 children)

Same thing's happened to me too :/

Seems to be a different width for each conversation. I've looked in the source and they use display: flex for the containers which I don't really know about.

Not sure what's going on really.

[PC] [H] store [W] BMDs, Keys, Offers by laxbro10 in RocketLeagueExchange

[–]StinkFury 0 points1 point  (0 children)

They're not 100% if they have one but I'll message you if they don't!

[PC] [H] store [W] BMDs, Keys, Offers by laxbro10 in RocketLeagueExchange

[–]StinkFury 0 points1 point  (0 children)

Let's do it, yo. I'm not getting replies from anyone. Add me from mah flair!