🚨 Removing linter warnings

This commit is contained in:
Liyas Thomas 2019-09-09 14:22:17 +05:30
parent 28068fb5d5
commit 268748f85f
3 changed files with 4 additions and 7 deletions

View file

@ -4,7 +4,7 @@ root = true
[*] [*]
indent_size = 2 indent_size = 2
indent_style = tab indent_style = space
charset = utf-8 charset = utf-8
end_of_line = lf end_of_line = lf
insert_final_newline = true insert_final_newline = true

View file

@ -71,6 +71,7 @@ _Customized themes are also synced with local session storage_
- Copy public "Share URL" - Copy public "Share URL"
- Generate request code for JavaScript XHR, Fetch, cURL - Generate request code for JavaScript XHR, Fetch, cURL
- Copy generated request code to clipboard - Copy generated request code to clipboard
- Import cURL
:electric_plug: **Web Socket**: Establish full-duplex communication channels over a single TCP connection :electric_plug: **Web Socket**: Establish full-duplex communication channels over a single TCP connection

View file

@ -22,7 +22,7 @@
<style scoped> <style scoped>
.modal-mask { .modal-mask {
position: fixed; position: fixed;
z-index: 9; z-index: 998;
top: 0; top: 0;
left: 0; left: 0;
width: 100%; width: 100%;
@ -47,17 +47,13 @@
flex-grow: 1; flex-grow: 1;
flex-direction: column; flex-direction: column;
margin: 8px; margin: 8px;
padding: 16px; padding: 12px;
transition: all 0.2s ease; transition: all 0.2s ease;
background-color: var(--bg-color); background-color: var(--bg-color);
border: 2px solid var(--ac-color); border: 2px solid var(--ac-color);
border-radius: 4px; border-radius: 4px;
} }
.modal-body {
margin: 8px 0;
}
/* /*
* The following styles are auto-applied to elements with * The following styles are auto-applied to elements with
* transition="modal" when their visibility is toggled * transition="modal" when their visibility is toggled