Add the ability to kill running VS Code instance
This commit is contained in:
@@ -32,28 +32,15 @@
|
||||
}
|
||||
|
||||
.block-row > .item > .icon.-missing {
|
||||
background-color: rgb(87, 114, 245);
|
||||
color: #fff;
|
||||
background-color: rgba(87, 114, 245, 0.2);
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.block-row > .item > .icon.-missing::after {
|
||||
content: "?";
|
||||
font-size: 0.7rem;
|
||||
vertical-align: middle;
|
||||
}
|
||||
|
||||
.kill-form {
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
.kill-form > .kill {
|
||||
background-color: rgb(87, 114, 245);
|
||||
border: none;
|
||||
color: #fff;
|
||||
cursor: pointer;
|
||||
font-size: 1rem;
|
||||
line-height: 1rem;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
border-radius: 3px;
|
||||
padding: 2px 5px;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user