aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/app.component.scss
diff options
context:
space:
mode:
authorRigel Kent <sendmemail@rigelk.eu>2018-09-02 23:36:22 +0200
committerChocobozzz <me@florianbigard.com>2018-09-03 08:49:29 +0200
commit769ac6c11fe3e8d79643032daa784a60116a6630 (patch)
treeb3bafeda3d15b65156cc92987c5a5c819011cbae /client/src/app/app.component.scss
parent8542dc33e32ca28d542eaa9a25db7c20eccfd6f6 (diff)
downloadPeerTube-769ac6c11fe3e8d79643032daa784a60116a6630.tar.gz
PeerTube-769ac6c11fe3e8d79643032daa784a60116a6630.tar.zst
PeerTube-769ac6c11fe3e8d79643032daa784a60116a6630.zip
add title ellipsis over two lines to miniatures
Diffstat (limited to 'client/src/app/app.component.scss')
-rw-r--r--client/src/app/app.component.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/client/src/app/app.component.scss b/client/src/app/app.component.scss
index ded45b5f7..e772e3a37 100644
--- a/client/src/app/app.component.scss
+++ b/client/src/app/app.component.scss
@@ -14,7 +14,7 @@
14 position: fixed; 14 position: fixed;
15 top: 0; 15 top: 0;
16 width: 100%; 16 width: 100%;
17 background-color: #fff; 17 background-color: $bg-color;
18 z-index: 1000; 18 z-index: 1000;
19 box-shadow: 0 1px 3px rgba(0, 0, 0, 0.16); 19 box-shadow: 0 1px 3px rgba(0, 0, 0, 0.16);
20 display: flex; 20 display: flex;