added borders for side-panel

pull/1/head
Liana Husikyan 5 years ago committed by Liana Husikyan
parent 790045306a
commit 0b1560649b
  1. 2
      src/app.js

@ -170,7 +170,7 @@ class App {
// center panel, resizable
self._view.sidepanel = yo`
<div id="side-panel" data-id="remixIdeSidePanel" style="min-width: 320px;" class=${css.sidepanel}>
<div id="side-panel" data-id="remixIdeSidePanel" style="min-width: 320px;" class="${css.sidepanel} border-right border-left">
${''}
</div>
`

Loading…
Cancel
Save