diff options
author | Chocobozzz <me@florianbigard.com> | 2018-08-21 16:18:59 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2018-08-27 09:41:54 +0200 |
commit | 22a16e36f6526887ed8f5e5d3c9f9e5da0b4a8cd (patch) | |
tree | 93c53e0619f966bd9ff1bb698c411277a9447a41 /client/src/app/menu/menu.component.scss | |
parent | 99492dbc0d87ef54d0dab7d8d44f8d0de5722bdd (diff) | |
download | PeerTube-22a16e36f6526887ed8f5e5d3c9f9e5da0b4a8cd.tar.gz PeerTube-22a16e36f6526887ed8f5e5d3c9f9e5da0b4a8cd.tar.zst PeerTube-22a16e36f6526887ed8f5e5d3c9f9e5da0b4a8cd.zip |
Add local user subscriptions
Diffstat (limited to 'client/src/app/menu/menu.component.scss')
-rw-r--r-- | client/src/app/menu/menu.component.scss | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/client/src/app/menu/menu.component.scss b/client/src/app/menu/menu.component.scss index 39f1e9be0..606fea961 100644 --- a/client/src/app/menu/menu.component.scss +++ b/client/src/app/menu/menu.component.scss | |||
@@ -135,6 +135,12 @@ menu { | |||
135 | 135 | ||
136 | margin-right: 18px; | 136 | margin-right: 18px; |
137 | 137 | ||
138 | &.icon-videos-subscriptions { | ||
139 | position: relative; | ||
140 | top: -2px; | ||
141 | background-image: url('../../assets/images/menu/subscriptions.svg'); | ||
142 | } | ||
143 | |||
138 | &.icon-videos-trending { | 144 | &.icon-videos-trending { |
139 | position: relative; | 145 | position: relative; |
140 | top: -2px; | 146 | top: -2px; |