🚨 Removing linter warnings
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user