aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2021-01-05 13:48:56 +0100
committerChocobozzz <chocobozzz@cpy.re>2021-01-13 09:05:22 +0100
commit26171379d0196ac645923e72b12e1cf29089835b (patch)
tree678e4c0f3f03387f6a3388e2479004ceb9e59dbc /client/src/app
parentfeaf98d528851d025730b4f220e36f14ff5c29c7 (diff)
downloadPeerTube-26171379d0196ac645923e72b12e1cf29089835b.tar.gz
PeerTube-26171379d0196ac645923e72b12e1cf29089835b.tar.zst
PeerTube-26171379d0196ac645923e72b12e1cf29089835b.zip
Use source sans 3 font
Diffstat (limited to 'client/src/app')
-rw-r--r--client/src/app/+videos/+video-watch/video-watch.component.scss2
-rw-r--r--client/src/app/menu/menu.component.scss2
-rw-r--r--client/src/app/shared/shared-thumbnail/video-thumbnail.component.scss2
3 files changed, 4 insertions, 2 deletions
diff --git a/client/src/app/+videos/+video-watch/video-watch.component.scss b/client/src/app/+videos/+video-watch/video-watch.component.scss
index 9d8dffe3d..555126cbc 100644
--- a/client/src/app/+videos/+video-watch/video-watch.component.scss
+++ b/client/src/app/+videos/+video-watch/video-watch.component.scss
@@ -197,7 +197,7 @@ $video-info-margin-left: 44px;
197 line-height: 1.37; 197 line-height: 1.37;
198 198
199 a:nth-of-type(2) { 199 a:nth-of-type(2) {
200 font-weight: 500; 200 font-weight: $font-regular;
201 font-size: 90%; 201 font-size: 90%;
202 } 202 }
203 203
diff --git a/client/src/app/menu/menu.component.scss b/client/src/app/menu/menu.component.scss
index f369fa17a..6a49866b1 100644
--- a/client/src/app/menu/menu.component.scss
+++ b/client/src/app/menu/menu.component.scss
@@ -15,6 +15,7 @@ $menu-link-icon-margin-right: 18px;
15 word-break: break-word; 15 word-break: break-word;
16 padding-right: 20px; 16 padding-right: 20px;
17 transition: background-color .1s ease-in-out; 17 transition: background-color .1s ease-in-out;
18 line-height: $line-height-normal;
18 19
19 &.active { 20 &.active {
20 background-color: rgba(255, 255, 255, 0.15); 21 background-color: rgba(255, 255, 255, 0.15);
@@ -208,6 +209,7 @@ menu {
208 flex-direction: column; 209 flex-direction: column;
209 align-items: flex-start; 210 align-items: flex-start;
210 border-top: 1px solid var(--greyForegroundColor); 211 border-top: 1px solid var(--greyForegroundColor);
212 line-height: $line-height-normal;
211 213
212 a { 214 a {
213 @include menu-link; 215 @include menu-link;
diff --git a/client/src/app/shared/shared-thumbnail/video-thumbnail.component.scss b/client/src/app/shared/shared-thumbnail/video-thumbnail.component.scss
index 4f53ffaf6..2b723a15a 100644
--- a/client/src/app/shared/shared-thumbnail/video-thumbnail.component.scss
+++ b/client/src/app/shared/shared-thumbnail/video-thumbnail.component.scss
@@ -27,7 +27,7 @@
27 border-radius: 3px; 27 border-radius: 3px;
28 font-size: 12px; 28 font-size: 12px;
29 font-weight: $font-semibold; 29 font-weight: $font-semibold;
30 line-height: 1.2; 30 line-height: 1.1;
31 z-index: z(miniature); 31 z-index: z(miniature);
32 } 32 }
33 33