diff options
author | Chocobozzz <me@florianbigard.com> | 2018-08-31 17:32:35 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2018-08-31 17:43:39 +0200 |
commit | 4b54f1360ebb5b1aeb70544981f2721e9a03f0bb (patch) | |
tree | ff54ca875a4bb22a361a7a8befceb3eb80424114 /client/src/app/menu | |
parent | 9a629c6efbe39dfac290347670ca41b0d7100f41 (diff) | |
download | PeerTube-4b54f1360ebb5b1aeb70544981f2721e9a03f0bb.tar.gz PeerTube-4b54f1360ebb5b1aeb70544981f2721e9a03f0bb.tar.zst PeerTube-4b54f1360ebb5b1aeb70544981f2721e9a03f0bb.zip |
Fix videos overview tags section
Diffstat (limited to 'client/src/app/menu')
-rw-r--r-- | client/src/app/menu/menu.component.scss | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/client/src/app/menu/menu.component.scss b/client/src/app/menu/menu.component.scss index 8539c0e56..f8c7d8519 100644 --- a/client/src/app/menu/menu.component.scss +++ b/client/src/app/menu/menu.component.scss | |||
@@ -137,7 +137,7 @@ menu { | |||
137 | 137 | ||
138 | &.icon-videos-subscriptions { | 138 | &.icon-videos-subscriptions { |
139 | position: relative; | 139 | position: relative; |
140 | top: -2px; | 140 | top: -1px; |
141 | background-image: url('../../assets/images/menu/subscriptions.svg'); | 141 | background-image: url('../../assets/images/menu/subscriptions.svg'); |
142 | } | 142 | } |
143 | 143 | ||
@@ -148,23 +148,23 @@ menu { | |||
148 | 148 | ||
149 | &.icon-videos-trending { | 149 | &.icon-videos-trending { |
150 | position: relative; | 150 | position: relative; |
151 | top: -2px; | 151 | top: -1px; |
152 | background-image: url('../../assets/images/menu/trending.svg'); | 152 | background-image: url('../../assets/images/menu/trending.svg'); |
153 | } | 153 | } |
154 | 154 | ||
155 | &.icon-videos-recently-added { | 155 | &.icon-videos-recently-added { |
156 | width: 23px; | 156 | width: 23px; |
157 | height: 23px; | 157 | height: 23px; |
158 | position: relative; | ||
159 | top: -1px; | ||
160 | background-image: url('../../assets/images/menu/recently-added.svg'); | 158 | background-image: url('../../assets/images/menu/recently-added.svg'); |
161 | } | 159 | } |
162 | 160 | ||
163 | &.icon-videos-local { | 161 | &.icon-videos-local { |
164 | width: 23px; | 162 | width: 23px; |
165 | height: 23px; | 163 | height: 23px; |
164 | |||
166 | position: relative; | 165 | position: relative; |
167 | top: -1px; | 166 | top: -1px; |
167 | |||
168 | background-image: url('../../assets/images/menu/home.svg'); | 168 | background-image: url('../../assets/images/menu/home.svg'); |
169 | } | 169 | } |
170 | 170 | ||