mirror of
https://github.com/Kong/insomnia
synced 2024-11-08 06:39:48 +00:00
Merge branch 'master' of github.com:gschier/insomnia
This commit is contained in:
commit
e9aecb76fb
@ -5,7 +5,7 @@
|
||||
// NOTE: Hiding with `return null` or `display: none` seems to cause
|
||||
// the pane to go white for some reason. So, we're hiding it behind
|
||||
// instead.
|
||||
.overlay--hidden {
|
||||
&.overlay--hidden {
|
||||
z-index: -10000;
|
||||
}
|
||||
}
|
||||
|
@ -440,7 +440,7 @@ i.fa {
|
||||
}
|
||||
|
||||
strong {
|
||||
font-weight: 700;
|
||||
font-weight: 600;
|
||||
}
|
||||
|
||||
.hide-above-lg {
|
||||
|
Loading…
Reference in New Issue
Block a user