Skip to content

Commit fce6597

Browse files
Remove <style> from README
1 parent 9f78af6 commit fce6597

File tree

1 file changed

+4
-16
lines changed

1 file changed

+4
-16
lines changed

README.md

Lines changed: 4 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -206,10 +206,10 @@ The `open` and `quicklook` actions are best for generating code. Also press the
206206
Remember, you can override the default action behavior by holding *command*, *shift*, or *control* when you hit return to *open*, *insert*, or *Quick Look* the response.
207207

208208
Press the right-arrow to view a response as a [list with icons](https://send.strangecode.com/f/chipichat-complex-response-as-list.png) representing parts of Markdown content
209-
(<img src="docs/icons/bug.svg" alt="🐞" class="icon-inline"> for code,
210-
<img src="docs/icons/genderless.svg" alt="⚫️" class="icon-inline"> for ordered list,
211-
<img src="docs/icons/caret-right.svg" alt="▶️" class="icon-inline"> for unordered list,
212-
and <img src="docs/icons/comment.svg" alt="💬" class="icon-inline"> for all other text).
209+
(<img src="docs/icons/bug.svg" alt="🐞" style="width:1em;height:1em;vertical-align:-0.15em;box-shadow:none;background:none;margin:0;page-break-before:unset;"> for code,
210+
<img src="docs/icons/genderless.svg" alt="⚫️" style="width:1em;height:1em;vertical-align:-0.15em;box-shadow:none;background:none;margin:0;page-break-before:unset;"> for ordered list,
211+
<img src="docs/icons/caret-right.svg" alt="▶️" style="width:1em;height:1em;vertical-align:-0.15em;box-shadow:none;background:none;margin:0;page-break-before:unset;"> for unordered list,
212+
and <img src="docs/icons/comment.svg" alt="💬" style="width:1em;height:1em;vertical-align:-0.15em;box-shadow:none;background:none;margin:0;page-break-before:unset;"> for all other text).
213213

214214
If you’re annoyed that LaunchBar remains on the screen while waiting for a response, turn on hiding: `config set hide true`.
215215

@@ -229,15 +229,3 @@ Do you find this free software useful? [Say thanks with a coffee!](https://ko-fi
229229
----
230230

231231
[![ChipiChat icon](docs/ChipiChat.jpg)](docs/ChipiChat.jpg)
232-
233-
<style>
234-
.icon-inline {
235-
width: 1em;
236-
height: 1em;
237-
vertical-align: -0.15em;
238-
box-shadow: none;
239-
background: none;
240-
margin: 0;
241-
page-break-before: unset;
242-
}
243-
</style>

0 commit comments

Comments
 (0)