Skip to content

Commit

Permalink
update css
Browse files Browse the repository at this point in the history
  • Loading branch information
binary-husky committed May 30, 2024
1 parent 5cf9ac7 commit cb16941
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions themes/common.css
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}

0 comments on commit cb16941

Please sign in to comment.