This repository was archived by the owner on Feb 6, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 10 files changed +25
-5
lines changed
studio/src/app/popovers/editor Expand file tree Collapse file tree 10 files changed +25
-5
lines changed Original file line number Diff line number Diff line change 11app-code {
22 @import " ../../../../global/theme/editor/editor-info" ;
33
4+ ion-toolbar {
5+ padding : 16px ;
6+ }
7+
48 ion-list .list-ios {
59 margin-bottom : 0 ;
610 padding-top : 8px ;
Original file line number Diff line number Diff line change @@ -332,7 +332,7 @@ export class AppCode {
332332 }
333333
334334 render ( ) {
335- return [ < ion-toolbar class = "ion-margin ion-padding-end" >
335+ return [ < ion-toolbar >
336336 < h2 > Code attributes</ h2 >
337337 < ion-router-link slot = "end" onClick = { ( ) => this . closePopover ( ) } > < ion-icon name = "close" > </ ion-icon > </ ion-router-link >
338338 </ ion-toolbar > ,
Original file line number Diff line number Diff line change 11app-color {
22
3+ ion-toolbar {
4+ padding : 16px ;
5+ }
6+
37 ion-list .list-ios {
48 margin-bottom : 0 ;
59 padding-top : 8px ;
Original file line number Diff line number Diff line change @@ -165,7 +165,7 @@ export class AppColor {
165165 } ;
166166
167167 render ( ) {
168- return [ < ion-toolbar class = "ion-margin ion-padding-end" >
168+ return [ < ion-toolbar >
169169 < h2 > Color</ h2 >
170170 < ion-router-link slot = "end" onClick = { ( ) => this . closePopover ( ) } > < ion-icon name = "close" > </ ion-icon > </ ion-router-link >
171171 </ ion-toolbar > ,
Original file line number Diff line number Diff line change 11app-image {
22 @import " ../../../../global/theme/editor/editor-info" ;
33
4+ ion-toolbar {
5+ padding : 16px ;
6+ }
7+
48 ion-list .list-ios {
59 margin-bottom : 0 ;
610 padding-top : 8px ;
Original file line number Diff line number Diff line change @@ -100,7 +100,7 @@ export class AppImage {
100100 }
101101
102102 render ( ) {
103- return [ < ion-toolbar class = "ion-margin ion-padding-end" >
103+ return [ < ion-toolbar >
104104 < h2 > { this . deckOrSlide ? 'Background' : 'Image' } </ h2 >
105105 < ion-router-link slot = "end" onClick = { ( ) => this . closePopoverWithoutResults ( ) } > < ion-icon name = "close" > </ ion-icon > </ ion-router-link >
106106 </ ion-toolbar > ,
Original file line number Diff line number Diff line change 11app-slide-type {
2+ ion-toolbar {
3+ padding : 16px ;
4+ }
5+
26 div .container {
37 display : flex ;
48 flex-direction : column ;
Original file line number Diff line number Diff line change @@ -50,7 +50,7 @@ export class AppSlideType {
5050 }
5151
5252 render ( ) {
53- return [ < ion-toolbar class = "ion-margin ion-padding-end" >
53+ return [ < ion-toolbar >
5454 < h2 > Add a slide</ h2 >
5555 < ion-router-link slot = "end" onClick = { ( ) => this . closePopoverWithoutResults ( ) } > < ion-icon name = "close" > </ ion-icon > </ ion-router-link >
5656 </ ion-toolbar > ,
Original file line number Diff line number Diff line change 11app-slot-type {
2+ ion-toolbar {
3+ padding : 16px ;
4+ }
5+
26 div {
37 h2 {
48 color : var (--ion-color-primary );
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ export class AppSlideAdd {
2929 }
3030
3131 render ( ) {
32- return [ < ion-toolbar class = "ion-margin ion-padding-end" >
32+ return [ < ion-toolbar >
3333 < h2 > Toggle section</ h2 >
3434 < ion-router-link slot = "end" onClick = { ( ) => this . closePopover ( ) } > < ion-icon name = "close" > </ ion-icon > </ ion-router-link >
3535 </ ion-toolbar > ,
You can’t perform that action at this time.
0 commit comments