mirror of
https://github.com/Kong/insomnia.git
synced 2026-04-21 06:37:36 -04:00
Some tweaks
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"private": true,
|
||||
"name": "insomnia",
|
||||
"version": "3.5.3",
|
||||
"version": "3.5.6",
|
||||
"productName": "Insomnia",
|
||||
"longName": "Insomnia REST Client",
|
||||
"description": "A simple and beautiful REST API client",
|
||||
|
||||
@@ -87,8 +87,8 @@ class ResponseViewer extends Component {
|
||||
return (
|
||||
<div className="response-pane__overlay response-pane__overlay--under">
|
||||
<p className="pad faint">
|
||||
Warning! Previewing responses over {LARGE_RESPONSE_MB}MB may cause
|
||||
slowdowns on some computers.
|
||||
Previewing responses over {LARGE_RESPONSE_MB}MB may cause
|
||||
slowdowns on some computers
|
||||
</p>
|
||||
<p>
|
||||
<button onClick={e => this._handleDismissBlocker()}
|
||||
|
||||
@@ -71,6 +71,10 @@
|
||||
color: @hl-xl !important;
|
||||
}
|
||||
|
||||
.CodeMirror-gutter {
|
||||
background-color: @bg-super-dark;
|
||||
}
|
||||
|
||||
.CodeMirror-scroll {
|
||||
cursor: text; // Show text cursor everywhere (not just in .Codemirror-lines)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user