File tree Expand file tree Collapse file tree 4 files changed +11
-13
lines changed
features/course/pages/course-summary Expand file tree Collapse file tree 4 files changed +11
-13
lines changed Original file line number Diff line number Diff line change 112112 z-index : -1 ;
113113 width : 100% ;
114114
115- ion-avatar img {
115+ ion-avatar {
116116 width : 100% ;
117- height : 100% ;
118- object-fit : cover ;
117+ height : auto ;
118+ img {
119+ object-fit : cover ;
120+ }
119121 }
120122 ion-icon .course-icon-fallback {
121123 --padding : 24px ;
Original file line number Diff line number Diff line change 88 }
99
1010 core-course-image {
11- --core-image-size : auto ;
11+ --core-image-size : var ( --thumb-height ) ;
1212 }
1313
1414 .course-container {
Original file line number Diff line number Diff line change @@ -6,6 +6,7 @@ ion-header.header-md {
66 transition : box-shadow 0.5s ;
77
88 ion-toolbar {
9+ --min-height : var (--core-header-toolbar-height );
910 --color : var (--core-header-toolbar-color );
1011 --background : var (--core-header-toolbar-background );
1112 --border-width : 0 0 var (--core-header-toolbar-border-width ) 0 ;
@@ -128,3 +129,7 @@ ion-header.header-md {
128129 --core-header-buttons-background : var (--background , var (--background-color ));
129130 }
130131}
132+
133+ ion-tabs .hide-header ion-header {
134+ display : none ;
135+ }
Original file line number Diff line number Diff line change 117117 }
118118}
119119
120- // Ionic toolbar on header.
121- ion-toolbar {
122- --min-height : var (--core-header-toolbar-height );
123- }
124-
125- ion-tabs .hide-header ion-header {
126- display : none ;
127- }
128-
129120// Ionic list.
130121ion-list {
131122 padding : 0 !important ;
You can’t perform that action at this time.
0 commit comments