Welcome to the Power Users community on Codidact!
Power Users is a Q&A site for questions about the usage of computer software and hardware. We are still a small site and would like to grow, so please consider joining our community. We are looking forward to your questions and answers; they are the building blocks of a repository of knowledge we are building together.
Activity for CodeFarmerâ€
Type | On... | Excerpt | Status | Date |
---|---|---|---|---|
Comment | Post #287806 |
This works very nicely. (more) |
— | almost 2 years ago |
Edit | Post #287805 |
Post edited: |
— | almost 2 years ago |
Edit | Post #287805 | Initial revision | — | almost 2 years ago |
Question | — |
Vim: Can a different style be applied to a vim-terminal? I often open an terminal within vim via: `:vert term`. The terminal opens on the right side with the same style (background and foreground colors) as my vim style. Is it possible to change the style in the terminal pane? And if it is possible what are the steps? Thanks! (more) |
— | almost 2 years ago |
Edit | Post #285269 |
Post edited: Fix bug in id selector by adding missing '#' id-indicator |
— | about 3 years ago |
Edit | Post #285269 |
Post edited: |
— | about 3 years ago |
Edit | Post #285269 |
Post edited: Add additional more specific example. |
— | about 3 years ago |
Comment | Post #285269 |
It looks like the id is a20a6299-bf96-4f12-b3bf-fa6597c9eff-blob_mask. Id's are uniquely specific to a single item while a class can apply to multiple items.
so this might work: #a20a6299-bf96-4f12-b3bf-fa6597c9eff-blob_mask { visiblity: hidden; } (more) |
— | about 3 years ago |
Comment | Post #285269 |
It looks like the id is a20a6299-bf96-4f12-b3bf-fa6597c9eff-blob_mask. Id's are uniquely specific to a single item while a class can apply to multiple items.
so this might work:
a20a6299-bf96-4f12-b3bf-fa6597c9eff-blob_mask { visiblity: hidden; } (more) |
— | about 3 years ago |
Edit | Post #285269 | Initial revision | — | about 3 years ago |
Answer | — |
A: How can I get my browser to block a specific SVG (Discord server icon)? The selector may be something like: `# { visibility: hidden; }` This should leave the space allocated but hide the content. Note: I added this in the comments but putting here as well: It looks like the id is "a20a6299-bf96-4f12-b3bf-fa6597c9eff-blobmask". The id will be specific to this ... (more) |
— | about 3 years ago |