Skip to content

Commit

Permalink
fix(ui): border of default main ui container
Browse files Browse the repository at this point in the history
  • Loading branch information
xyhp915 authored and tiensonqin committed Nov 16, 2021
1 parent dd83ce4 commit 397e5de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/frontend/components/plugins.css
Expand Up @@ -312,7 +312,6 @@
width: 0;
padding: 0;
margin: 0;
border:2px solid var(--ls-border-color);

&.visible {
z-index: var(--ls-z-index-level-2);
Expand Down Expand Up @@ -424,6 +423,7 @@
.lsp-ui-float-container {
top: 40%;
left: 30%;
border:2px solid var(--ls-border-color);

.draggable-handle {
}
Expand Down

0 comments on commit 397e5de

Please sign in to comment.