Este sitio web funciona mejor con JavaScript.
Inicio
Explorar
Ayuda
Iniciar sesión
kj
/
lms-app
Seguir
1
Destacar
0
Fork
0
Código
Incidencias
0
Pull Requests
0
Lanzamientos
0
Wiki
Actividad
Explorar el Código
Course page HTML tag changes
master
kj1352
hace 5 años
padre
71e5307fca
commit
93c119e832
Se han
modificado 2 ficheros
con
4 adiciones
y
6 borrados
Dividir vista
Opciones de diferencias
Mostrar estadísticas
Descargar archivo de parche
Descargar archivo de diferencias
+2
-2
src/app/tabs/courses/course-details/course-details.component.html
+2
-4
src/app/tabs/courses/course-details/course-details.component.scss
+ 2
- 2
src/app/tabs/courses/course-details/course-details.component.html
Ver fichero
@@ -1,4 +1,4 @@
<
div class="page
" *ngIf="chapterList">
<
section class="page-container full-bg" color="black
" *ngIf="chapterList">
<section class="upfold">
<button class="close-button" (click)="back()">
<svg-icon [applyClass]="true" class="icon" src="assets/custom-icons/close.svg"></svg-icon>
@@ -140,4 +140,4 @@
</section>
</div>
</
div
>
</
section
>
+ 2
- 4
src/app/tabs/courses/course-details/course-details.component.scss
Ver fichero
@@ -1,7 +1,5 @@
.page {
background-color: var(--black);
height: 100vh;
overflow: auto;
.page-container {
padding-bottom: 0;
}
.upfold {