File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 2727 flex-direction : column;
2828 justify-content : space-evenly;
2929 align-items : center;
30+ overflow-y : auto;
3031 height : 100% ;
3132 width : 90% ;
3233 padding : 45px 0 ;
@@ -197,7 +198,7 @@ h1 span {
197198
198199 height : 31px ;
199200
200- transition : height .20 s ease;
201+ transition : height 0.2 s ease;
201202
202203 overflow : hidden;
203204}
@@ -229,7 +230,7 @@ h1 span {
229230}
230231
231232.wallet-info-container hr {
232- border-color : # 3F3F40 ;
233+ border-color : # 3f3f40 ;
233234}
234235
235236.wallet-info {
@@ -344,5 +345,5 @@ h1 span {
344345.button-wrapper {
345346 display : flex;
346347 flex-direction : column;
347- gap : 2 rem ;
348+ gap : 2 px ;
348349}
Original file line number Diff line number Diff line change @@ -279,7 +279,7 @@ const Home = () => {
279279
280280 < CopyProxyInfo />
281281
282- < PassportInfo />
282+ { /* <PassportInfo /> */ }
283283
284284 { ! power && ! isConnectionLoading &&
285285 < RegionSelector
You can’t perform that action at this time.
0 commit comments