diff options
author | Wicklow <wicklow@framasoft.org> | 2023-02-17 16:27:21 +0100 |
---|---|---|
committer | Chocobozzz <chocobozzz@cpy.re> | 2023-02-20 13:52:22 +0100 |
commit | 6c3589fc51fdf218912538b2a46399886ed36ac3 (patch) | |
tree | d8eb4de0312dfd292f5d59631925a406f969c040 /client/src/app/+about | |
parent | 5995a28f2bb8cdef9fc8024b10cd246d46f9eb78 (diff) | |
download | PeerTube-6c3589fc51fdf218912538b2a46399886ed36ac3.tar.gz PeerTube-6c3589fc51fdf218912538b2a46399886ed36ac3.tar.zst PeerTube-6c3589fc51fdf218912538b2a46399886ed36ac3.zip |
Fix basic linter issues
Diffstat (limited to 'client/src/app/+about')
3 files changed, 3 insertions, 3 deletions
diff --git a/client/src/app/+about/about-follows/about-follows.component.scss b/client/src/app/+about/about-follows/about-follows.component.scss index e80e9d96e..25c8ac70a 100644 --- a/client/src/app/+about/about-follows/about-follows.component.scss +++ b/client/src/app/+about/about-follows/about-follows.component.scss | |||
@@ -10,4 +10,4 @@ a { | |||
10 | .no-results { | 10 | .no-results { |
11 | justify-content: flex-start; | 11 | justify-content: flex-start; |
12 | align-items: flex-start; | 12 | align-items: flex-start; |
13 | } \ No newline at end of file | 13 | } |
diff --git a/client/src/app/+about/about-instance/about-instance.component.scss b/client/src/app/+about/about-instance/about-instance.component.scss index 7ff6539ca..e328cfb60 100644 --- a/client/src/app/+about/about-instance/about-instance.component.scss +++ b/client/src/app/+about/about-instance/about-instance.component.scss | |||
@@ -47,4 +47,4 @@ | |||
47 | .section-title { | 47 | .section-title { |
48 | color: var(--mainForegroundColor); | 48 | color: var(--mainForegroundColor); |
49 | } | 49 | } |
50 | } \ No newline at end of file | 50 | } |
diff --git a/client/src/app/+about/about-peertube/about-peertube.component.scss b/client/src/app/+about/about-peertube/about-peertube.component.scss index efb8b49f5..001405dc7 100644 --- a/client/src/app/+about/about-peertube/about-peertube.component.scss +++ b/client/src/app/+about/about-peertube/about-peertube.component.scss | |||
@@ -16,4 +16,4 @@ | |||
16 | font-size: 1.1rem; | 16 | font-size: 1.1rem; |
17 | text-align: center; | 17 | text-align: center; |
18 | margin-bottom: 1rem; | 18 | margin-bottom: 1rem; |
19 | } \ No newline at end of file | 19 | } |