Merge pull request #1994 from ethereum/hhhh

icons padding on verticals
pull/2004/head^2
David Disu 3 years ago committed by GitHub
commit 9d95a8cf4c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      libs/remix-ui/vertical-icons-panel/src/lib/remix-ui-vertical-icons-panel.css

@ -104,9 +104,13 @@
scrollbar-width: none; /* Firefox hide scrollbar */ scrollbar-width: none; /* Firefox hide scrollbar */
-ms-overflow-style: none; -ms-overflow-style: none;
} }
.remixui_requiredSection {
text-align: center;
}
.remixui_scrollable-container { .remixui_scrollable-container {
flex-basis: 510px; flex-basis: 510px;
flex-grow: 2; flex-grow: 2;
text-align: center;
/* border-bottom: 3px solid #3f4455; */ /* border-bottom: 3px solid #3f4455; */
} }
.remixui_scrollbar::-webkit-scrollbar { /* Chrome, Safari and other Webkit browsers*/ .remixui_scrollbar::-webkit-scrollbar { /* Chrome, Safari and other Webkit browsers*/

Loading…
Cancel
Save