diff options
author | Chocobozzz <florian.bigard@gmail.com> | 2017-04-21 11:06:33 +0200 |
---|---|---|
committer | Chocobozzz <florian.bigard@gmail.com> | 2017-04-26 21:23:19 +0200 |
commit | 383bfc8356d444cbed1dab7e5c1b3bb16becfdfd (patch) | |
tree | ae0541d99056d75b08f14e8e4ea73f67f173d942 /client/src/app/app.component.scss | |
parent | 240c64c5f4277f0ce36c094f0663bd30d264ec40 (diff) | |
download | PeerTube-383bfc8356d444cbed1dab7e5c1b3bb16becfdfd.tar.gz PeerTube-383bfc8356d444cbed1dab7e5c1b3bb16becfdfd.tar.zst PeerTube-383bfc8356d444cbed1dab7e5c1b3bb16becfdfd.zip |
Client: responsive design
Diffstat (limited to 'client/src/app/app.component.scss')
-rw-r--r-- | client/src/app/app.component.scss | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/client/src/app/app.component.scss b/client/src/app/app.component.scss index 30d1bebde..e69de29bb 100644 --- a/client/src/app/app.component.scss +++ b/client/src/app/app.component.scss | |||
@@ -1,23 +0,0 @@ | |||
1 | #peertube-title a { | ||
2 | color: inherit !important; | ||
3 | |||
4 | &:hover { | ||
5 | color: inherit !important; | ||
6 | text-decoration: none !important; | ||
7 | } | ||
8 | } | ||
9 | |||
10 | header div { | ||
11 | line-height: 25px; | ||
12 | margin-bottom: 30px; | ||
13 | } | ||
14 | |||
15 | .router-outlet-container { | ||
16 | @media screen and (max-width: 400px) { | ||
17 | padding: 0 3px 0 3px; | ||
18 | } | ||
19 | } | ||
20 | |||
21 | [hidden] { | ||
22 | display: none !important; | ||
23 | } | ||