Add padding to right side panel

pull/5370/head
ioedeveloper 5 months ago
parent b814c9581a
commit b35520ba22
  1. 1
      libs/remix-ui/app/src/lib/remix-app/style/remix-app.css

@ -43,6 +43,7 @@ pre {
.pinnedpanel { .pinnedpanel {
width : 320px; width : 320px;
transition : width 0.25s; transition : width 0.25s;
padding-bottom : 1.4rem;
} }
.highlightcode { .highlightcode {
position : absolute; position : absolute;

Loading…
Cancel
Save