File tree Expand file tree Collapse file tree 2 files changed +18
-1
lines changed
ui/components/app/add-network Expand file tree Collapse file tree 2 files changed +18
-1
lines changed Original file line number Diff line number Diff line change @@ -154,6 +154,7 @@ const AddNetwork = () => {
154154 ? [ 0 , 6 , 1 , 6 ]
155155 : [ 4 , 0 , 1 , 0 ]
156156 }
157+ className = "add-network__main-container"
157158 >
158159 < Typography
159160 variant = { TYPOGRAPHY . H6 }
Original file line number Diff line number Diff line change 22 & __header {
33 border-bottom : 1px solid var (--color-border-default );
44
5+ @media screen and (max-width : 575px ) {
6+ padding-left : 24px ;
7+ padding-right : 24px ;
8+ }
9+
510 & __back-icon {
611 margin-left : -8px ;
712 margin-right : 4px ;
813 }
914 }
1015
16+ & __main-container {
17+ @media screen and (max-width : 575px ) {
18+ padding-left : 24px ;
19+ padding-right : 24px ;
20+ }
21+ }
22+
1123 & __list-of-networks {
1224 @media screen and (min-width : $break-large ) {
13- width : 50 % ;
25+ width : 75 % ;
1426 }
1527 }
1628
4557 width : 100% ;
4658 padding-bottom : 8px ;
4759
60+ @media screen and (max-width : 575px ) {
61+ padding-left : 24px !important ;
62+ }
63+
4864 & .btn-link {
4965 display : initial ;
5066 padding : 0 ;
You can’t perform that action at this time.
0 commit comments