diff options
author | Chocobozzz <me@florianbigard.com> | 2022-06-15 14:59:25 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2022-06-16 11:37:08 +0200 |
commit | 5b0ec7cddb1ae6dbd2057f067382866f846b882c (patch) | |
tree | 5751d96ec4ab0d49b793c4ff1c8edbc8daeab6ac /client/src/app/+about/about-peertube | |
parent | b13a0a48bacb53e65e665774e621326452045294 (diff) | |
download | PeerTube-5b0ec7cddb1ae6dbd2057f067382866f846b882c.tar.gz PeerTube-5b0ec7cddb1ae6dbd2057f067382866f846b882c.tar.zst PeerTube-5b0ec7cddb1ae6dbd2057f067382866f846b882c.zip |
Increase global font size
Diffstat (limited to 'client/src/app/+about/about-peertube')
-rw-r--r-- | client/src/app/+about/about-peertube/about-peertube.component.html | 21 | ||||
-rw-r--r-- | client/src/app/+about/about-peertube/about-peertube.component.scss | 16 |
2 files changed, 12 insertions, 25 deletions
diff --git a/client/src/app/+about/about-peertube/about-peertube.component.html b/client/src/app/+about/about-peertube/about-peertube.component.html index 62689e3ae..f8700d9b6 100644 --- a/client/src/app/+about/about-peertube/about-peertube.component.html +++ b/client/src/app/+about/about-peertube/about-peertube.component.html | |||
@@ -11,12 +11,12 @@ | |||
11 | </p> | 11 | </p> |
12 | 12 | ||
13 | <p i18n> | 13 | <p i18n> |
14 | It is free and open-source software, under <a href="https://github.com/Chocobozzz/PeerTube/blob/develop/LICENSE">AGPLv3 | 14 | It is free and open-source software, under <a class="link-orange" href="https://github.com/Chocobozzz/PeerTube/blob/develop/LICENSE">AGPLv3 |
15 | licence</a>. | 15 | licence</a>. |
16 | </p> | 16 | </p> |
17 | 17 | ||
18 | <p i18n> | 18 | <p i18n> |
19 | For more information, please visit <a target="_blank" rel="noopener noreferrer" href="https://joinpeertube.org">joinpeertube.org</a>. | 19 | For more information, please visit <a class="link-orange" target="_blank" rel="noopener noreferrer" href="https://joinpeertube.org">joinpeertube.org</a>. |
20 | </p> | 20 | </p> |
21 | </div> | 21 | </div> |
22 | 22 | ||
@@ -25,9 +25,8 @@ | |||
25 | <div class="card"> | 25 | <div class="card"> |
26 | <div class="card-body"> | 26 | <div class="card-body"> |
27 | <div class="card-title"> | 27 | <div class="card-title"> |
28 | <a i18n target="_blank" rel="noopener noreferrer" href="https://docs.joinpeertube.org/use-setup-account">Use PeerTube | 28 | <a i18n class="link-orange" target="_blank" rel="noopener noreferrer" href="https://docs.joinpeertube.org/use-setup-account">Use PeerTube documentation</a> |
29 | documentation</a> | 29 | </div> |
30 | </div> | ||
31 | 30 | ||
32 | <div i18n class="card-text"> | 31 | <div i18n class="card-text"> |
33 | Discover how to setup your account, what is a channel, how to create a playlist and more! | 32 | Discover how to setup your account, what is a channel, how to create a playlist and more! |
@@ -38,9 +37,8 @@ | |||
38 | <div class="card"> | 37 | <div class="card"> |
39 | <div class="card-body"> | 38 | <div class="card-body"> |
40 | <div class="card-title"> | 39 | <div class="card-title"> |
41 | <a i18n target="_blank" rel="noopener noreferrer" href="https://docs.joinpeertube.org/use-third-party-application">PeerTube | 40 | <a i18n class="link-orange" target="_blank" rel="noopener noreferrer" href="https://docs.joinpeertube.org/use-third-party-application">PeerTube Applications</a> |
42 | Applications</a> | 41 | </div> |
43 | </div> | ||
44 | 42 | ||
45 | <div i18n class="card-text"> | 43 | <div i18n class="card-text"> |
46 | Discover unofficial Android applications or browser addons! | 44 | Discover unofficial Android applications or browser addons! |
@@ -51,9 +49,8 @@ | |||
51 | <div class="card"> | 49 | <div class="card"> |
52 | <div class="card-body"> | 50 | <div class="card-body"> |
53 | <div class="card-title"> | 51 | <div class="card-title"> |
54 | <a i18n target="_blank" rel="noopener noreferrer" href="https://docs.joinpeertube.org/contribute-getting-started">Contribute on | 52 | <a i18n class="link-orange" target="_blank" rel="noopener noreferrer" href="https://docs.joinpeertube.org/contribute-getting-started">Contribute on PeerTube</a> |
55 | PeerTube</a> | 53 | </div> |
56 | </div> | ||
57 | 54 | ||
58 | <div i18n class="card-text"> | 55 | <div i18n class="card-text"> |
59 | Want to help to improve PeerTube? You can translate the web interface, give your feedback or directly contribute to the code! | 56 | Want to help to improve PeerTube? You can translate the web interface, give your feedback or directly contribute to the code! |
@@ -116,7 +113,7 @@ | |||
116 | Web peers are not publicly accessible: because we use the websocket transport, the protocol is different from classic BitTorrent tracker. | 113 | Web peers are not publicly accessible: because we use the websocket transport, the protocol is different from classic BitTorrent tracker. |
117 | When you are in a web browser, you send a signal containing your IP address to the tracker that will randomly choose other peers | 114 | When you are in a web browser, you send a signal containing your IP address to the tracker that will randomly choose other peers |
118 | to forward the information to. | 115 | to forward the information to. |
119 | See <a href="https://github.com/yciabaud/webtorrent/blob/beps/bep_webrtc.rst">this document</a> for more information | 116 | See <a class="link-orange" href="https://github.com/yciabaud/webtorrent/blob/beps/bep_webrtc.rst">this document</a> for more information |
120 | </li> | 117 | </li> |
121 | </ul> | 118 | </ul> |
122 | 119 | ||
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 2a5ec08f5..a0d227a28 100644 --- a/client/src/app/+about/about-peertube/about-peertube.component.scss +++ b/client/src/app/+about/about-peertube/about-peertube.component.scss | |||
@@ -37,18 +37,6 @@ | |||
37 | .card { | 37 | .card { |
38 | margin: 30px; | 38 | margin: 30px; |
39 | flex-basis: 300px; | 39 | flex-basis: 300px; |
40 | font-size: 15px; | ||
41 | } | ||
42 | } | ||
43 | |||
44 | .description, | ||
45 | .p2p-privacy, | ||
46 | my-about-peertube-contributors { | ||
47 | ::ng-deep { | ||
48 | p, | ||
49 | li { | ||
50 | font-size: 15px; | ||
51 | } | ||
52 | } | 40 | } |
53 | } | 41 | } |
54 | 42 | ||
@@ -70,7 +58,9 @@ my-about-peertube-contributors { | |||
70 | } | 58 | } |
71 | 59 | ||
72 | .card-title { | 60 | .card-title { |
73 | font-size: 1.25rem; | 61 | font-size: 1.1rem; |
62 | text-align: center; | ||
63 | margin-bottom: 1rem; | ||
74 | } | 64 | } |
75 | 65 | ||
76 | .p2p-privacy-title { | 66 | .p2p-privacy-title { |