File tree Expand file tree Collapse file tree 2 files changed +16
-7
lines changed
app/src/organisms/Desktop/Devices/Peripherals Expand file tree Collapse file tree 2 files changed +16
-7
lines changed Original file line number Diff line number Diff line change @@ -21,11 +21,13 @@ export function Peripherals({
2121 < StyledText desktopStyle = "bodyLargeSemiBold" >
2222 { t ( 'peripherals' ) }
2323 </ StyledText >
24- < CameraCard
25- isFlex = { isFlex }
26- robotName = { robotName }
27- isRobotBusy = { isRobotBusy }
28- />
24+ < div className = { styles . card_column } >
25+ < CameraCard
26+ isFlex = { isFlex }
27+ robotName = { robotName }
28+ isRobotBusy = { isRobotBusy }
29+ />
30+ </ div >
2931 </ div >
3032 )
3133}
Original file line number Diff line number Diff line change 99 gap : var (--spacing-16 );
1010}
1111
12+ .card_column {
13+ display : flex;
14+ flex : 0.5 ;
15+ gap : var (--spacing-8 );
16+ }
17+
1218.card_container {
1319 display : flex;
14- width : 19.969 rem ;
20+ flex : 0.5 ;
1521 border-radius : var (--border-radius-8 );
1622 background-color : var (--grey-10 );
23+ gap : var (--spacing-8 );
1724}
1825
1926.card_content_container {
2633.card_content_text_container {
2734 display : flex;
2835 flex-direction : column;
29- padding-right : var (--spacing-24 );
36+ padding-right : var (--spacing-26 );
3037 gap : var (--spacing-8 );
3138}
3239
You can’t perform that action at this time.
0 commit comments