diff options
author | Chocobozzz <florian.bigard@gmail.com> | 2016-06-10 17:43:40 +0200 |
---|---|---|
committer | Chocobozzz <florian.bigard@gmail.com> | 2016-06-10 17:46:29 +0200 |
commit | 00a446454d4721fc49517815655f6b4f8a17b554 (patch) | |
tree | 26f41fc11c059d5b051a98099857db971623b5d9 /client/src/app/app.component.scss | |
parent | e822fdaeee90cb7c70d5678f19249198cd7aae8c (diff) | |
download | PeerTube-00a446454d4721fc49517815655f6b4f8a17b554.tar.gz PeerTube-00a446454d4721fc49517815655f6b4f8a17b554.tar.zst PeerTube-00a446454d4721fc49517815655f6b4f8a17b554.zip |
Add tags support to the video list
Diffstat (limited to 'client/src/app/app.component.scss')
-rw-r--r-- | client/src/app/app.component.scss | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/client/src/app/app.component.scss b/client/src/app/app.component.scss index e02c2d5b0..1a9a196ff 100644 --- a/client/src/app/app.component.scss +++ b/client/src/app/app.component.scss | |||
@@ -8,7 +8,7 @@ menu { | |||
8 | margin-right: 20px; | 8 | margin-right: 20px; |
9 | border-right: 1px solid rgba(0, 0, 0, 0.2); | 9 | border-right: 1px solid rgba(0, 0, 0, 0.2); |
10 | 10 | ||
11 | .panel_button { | 11 | .panel-button { |
12 | margin: 8px; | 12 | margin: 8px; |
13 | cursor: pointer; | 13 | cursor: pointer; |
14 | transition: margin 0.2s; | 14 | transition: margin 0.2s; |
@@ -27,6 +27,6 @@ menu { | |||
27 | } | 27 | } |
28 | } | 28 | } |
29 | 29 | ||
30 | .panel_block:not(:last-child) { | 30 | .panel-block:not(:last-child) { |
31 | border-bottom: 1px solid rgba(0, 0, 0, 0.1); | 31 | border-bottom: 1px solid rgba(0, 0, 0, 0.1); |
32 | } | 32 | } |