File tree Expand file tree Collapse file tree 4 files changed +11
-3
lines changed
libs/remix-ui/panel/src/lib/plugins Expand file tree Collapse file tree 4 files changed +11
-3
lines changed Original file line number Diff line number Diff line change 1+ @import '@vscode/codicons/dist/codicon.css' ;
2+
13.centered {
24 position : fixed;
35 top : 20% ;
Original file line number Diff line number Diff line change @@ -81,12 +81,12 @@ const RemixUIPanelHeader = (props: RemixPanelProps) => {
8181 < >
8282 < div className = 'd-flex' data-id = "movePluginToLeft" data-pinnedplugin = { `movePluginToLeft-${ plugin . profile . name } ` } onClick = { unPinPlugin } >
8383 < CustomTooltip placement = "auto-end" tooltipId = "unPinnedMsg" tooltipClasses = "text-nowrap" tooltipText = { < FormattedMessage id = "panel.unPinnedMsg" /> } >
84- < i aria-hidden = "true" className = "mt-1 px -2 fak fa-fa-dock-l " > </ i >
84+ < div aria-hidden = "true" className = "codicon codicon-layout-sidebar-left-dock ms -2 fs-5 fw-bold " > </ div >
8585 </ CustomTooltip >
8686 </ div >
8787 < CustomTooltip placement = "bottom-end" tooltipText = "Hide Panel" >
8888 < div
89- className = "codicon codicon-close ms-1 fs-5 fw-bold"
89+ className = "codicon codicon-close ms-2 fs-5 fw-bold"
9090 onClick = { togglePanelHandler }
9191 data-id = "hideRightSidePanel"
9292 > </ div >
@@ -96,7 +96,7 @@ const RemixUIPanelHeader = (props: RemixPanelProps) => {
9696 < RenderIfNot condition = { plugin . pinned } >
9797 < div className = 'd-flex' data-id = "movePluginToRight" data-pinnedplugin = { `movePluginToRight-${ plugin . profile . name } ` } onClick = { pinPlugin } >
9898 < CustomTooltip placement = "auto-end" tooltipId = "pinnedMsg" tooltipClasses = "text-nowrap" tooltipText = { < FormattedMessage id = "panel.pinnedMsg" /> } >
99- < i aria-hidden = "true" className = "mt-1 px-1 ps -2 fak fa-fa-dock-r " > </ i >
99+ < div aria-hidden = "true" className = "codicon codicon-layout-sidebar-right-dock ms -2 fs-5 fw-bold " > </ div >
100100 </ CustomTooltip >
101101 </ div >
102102 </ RenderIfNot >
Original file line number Diff line number Diff line change 145145 "@uiw/codemirror-theme-vscode" : " ^4.25.2" ,
146146 "@uiw/codemirror-themes" : " ^4.25.2" ,
147147 "@uiw/react-codemirror" : " ^4.25.2" ,
148+ "@vscode/codicons" : " ^0.0.43" ,
148149 "ansi-gray" : " ^0.1.1" ,
149150 "assert" : " ^2.1.0" ,
150151 "async" : " ^2.6.2" ,
Original file line number Diff line number Diff line change 88378837 dependencies:
88388838 resolve "^1.10.0"
88398839
8840+ "@vscode/codicons@^0.0.43":
8841+ version "0.0.43"
8842+ resolved "https://registry.yarnpkg.com/@vscode/codicons/-/codicons-0.0.43.tgz#14a3bc218544b381c54917697b802d6d89ae083d"
8843+ integrity sha512-8sf8WOBoZkyUi8ogCm5ycHJJGhwOEG3E9b64+JIx+m6bCExdkc30VwCwr94cXUU1opmRD0CTCWLcN46I8WLJIg==
8844+
88408845"@walletconnect/core@2.20.2":
88418846 version "2.20.2"
88428847 resolved "https://registry.yarnpkg.com/@walletconnect/core/-/core-2.20.2.tgz#525cdea073d75d49571350945bc8165d9fd88ab5"
You can’t perform that action at this time.
0 commit comments