Skip to content

Commit 9d95a8c

Browse files
authored
Merge pull request #1994 from ethereum/hhhh
icons padding on verticals
2 parents e1d5baa + 044eff7 commit 9d95a8c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

libs/remix-ui/vertical-icons-panel/src/lib/remix-ui-vertical-icons-panel.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,9 +104,13 @@
104104
scrollbar-width: none; /* Firefox hide scrollbar */
105105
-ms-overflow-style: none;
106106
}
107+
.remixui_requiredSection {
108+
text-align: center;
109+
}
107110
.remixui_scrollable-container {
108111
flex-basis: 510px;
109112
flex-grow: 2;
113+
text-align: center;
110114
/* border-bottom: 3px solid #3f4455; */
111115
}
112116
.remixui_scrollbar::-webkit-scrollbar { /* Chrome, Safari and other Webkit browsers*/

0 commit comments

Comments
 (0)