This repository was archived by the owner on Feb 6, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +10
-3
lines changed
studio/src/app/popovers/editor/slide/app-edit-slide Expand file tree Collapse file tree 2 files changed +10
-3
lines changed Original file line number Diff line number Diff line change 11app-edit-slide {
22 @import " ../../../../../global/theme/editor/editor-info" ;
33 @import " ../../../../../global/theme/editor/editor-popover" ;
4+
5+ ion-list {
6+ > * {
7+ display : block ;
8+ margin-bottom : 16px ;
9+ }
10+ }
411}
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ import {EditAction} from '../../../../utils/editor/edit-action';
44
55@Component ( {
66 tag : 'app-edit-slide' ,
7- styleUrl : 'app-edit-slide.scss'
7+ styleUrl : 'app-edit-slide.scss' ,
88} )
99export class AppEditSlide {
1010 @Element ( ) el : HTMLElement ;
@@ -34,7 +34,7 @@ export class AppEditSlide {
3434 }
3535
3636 const data = {
37- action : $event . detail
37+ action : $event . detail ,
3838 } ;
3939
4040 await ( this . el . closest ( 'ion-popover' ) as HTMLIonPopoverElement ) . dismiss ( data ) ;
@@ -48,7 +48,7 @@ export class AppEditSlide {
4848 < ion-icon aria-label = "Close" src = "/assets/icons/ionicons/close.svg" > </ ion-icon >
4949 </ ion-router-link >
5050 </ ion-toolbar > ,
51- < ion-list > { this . renderOptions ( ) } </ ion-list >
51+ < ion-list class = "article" > { this . renderOptions ( ) } </ ion-list > ,
5252 ] ;
5353 }
5454
You can’t perform that action at this time.
0 commit comments