update css

This commit is contained in:
binary-husky 2024-05-30 12:35:47 +00:00
parent 5cf9ac7849
commit cb16941d01
1 changed files with 17 additions and 0 deletions

View File

@ -125,3 +125,20 @@
border-width: thin;
border-top-width: 0;
}
.floating-component #plugin_arg_panel {
border-top-left-radius: 0px;
border-top-right-radius: 0px;
border: solid;
border-width: thin;
border-top-width: 0;
}
.floating-component #edit-panel {
border-top-left-radius: 0px;
border-top-right-radius: 0px;
border: solid;
border-width: thin;
border-top-width: 0;
}