Post #2981910
2026-02-15 15:52 UTC
In the Inspector, Ctrl+F jumps to the search box that allows you to find a tag or some content.
I was always annoyed that F3 doesn't go to the next result. Turns out that the shortcut for that is:
Enter!
Replies (2)
-
@blinry@chaos.social 2026-02-15 16:04
As you start modifying the CSS rules, and arrive at something you like, you can switch over to the "Changes" tab to find a summary of what you changed! You can also copy all of that into your clipboard, and then integrate it into the original CSS that you're working on! Until now, I always made changes in my source CSS files directly, and used some auto-refresh tool to preview it. But this workflow of modifying it directly, and copying out the required changes might be a bit smoother!
-
@GreenSkyOverMe@ohai.social 2026-02-15 15:59
@blinry@chaos.social Not very intuitive