🚨 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_style = tab
indent_style = space
charset = utf-8
end_of_line = lf
insert_final_newline = true

View File

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

View File

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