]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/commitdiff
Refactoring home component
authorWicklow <wicklow@framasoft.org>
Thu, 16 Feb 2023 11:32:31 +0000 (12:32 +0100)
committerChocobozzz <chocobozzz@cpy.re>
Mon, 20 Feb 2023 12:52:22 +0000 (13:52 +0100)
client/src/app/+home/home.component.html
client/src/app/+home/home.component.scss [deleted file]
client/src/app/+home/home.component.ts

index dfce46618d680410db2ca1c97e1e51ffac8b20bc..1530af4fbf619f84aa3fc2f868f1a466091f1224 100644 (file)
@@ -1,4 +1,4 @@
-<div class="root margin-content">
+<div class="root pt-4 margin-content">
   <my-custom-markup-container [content]="homepageContent"></my-custom-markup-container>
 </div>
 
diff --git a/client/src/app/+home/home.component.scss b/client/src/app/+home/home.component.scss
deleted file mode 100644 (file)
index 6c73e92..0000000
+++ /dev/null
@@ -1,3 +0,0 @@
-.root {
-  padding-top: 20px;
-}
index f966a2b024e11626183f81946107f54ca1798eee..8da4a2008b12a73f1077b24be17c75d2303165ac 100644 (file)
@@ -3,7 +3,6 @@ import { CustomPageService } from '@app/shared/shared-main/custom-page'
 
 @Component({
   templateUrl: './home.component.html',
-  styleUrls: [ './home.component.scss' ]
 })
 
 export class HomeComponent implements OnInit {